MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Labeling points

  • To: mathgroup at smc.vnet.net
  • Subject: [mg88801] Re: Labeling points
  • From: Antti Penttilä@smc.vnet.net
  • Date: Fri, 16 May 2008 05:37:16 -0400 (EDT)
  • Organization: University of Helsinki
  • References: <g0h81q$mtp$1@smc.vnet.net>

Hi,

Labeled list plot was available in Mathematica 5. For some reason, it's 
not available anymore in version 6, but you can use it by downloading 
the package from the previous version from 
http://library.wolfram.com/infocenter/MathSource/6808/

Then, after reading the package in by << or Get, try

LabeledListPlot[ {{0.5, 50, " 50%"}, {1, 100, " 25%"}, {1.5, 100,
    " 50%"}}, PlotRange -> {{0, 1.7}, {20, 110}}]

Antti

AngleWyrm wrote:
> Here's a graphic I created for a discussion on game theory:
> http://home.comcast.net/~anglewyrm/thread/dps.png
> 
> I put the text next to the points in as a post-processing step by hand in 
> PhotoShop.
> 
> Is there a way to get mathematica to display such information? 
> 
> 
> 


  • Prev by Date: Re: Labeling points
  • Next by Date: Re: Labeling points
  • Previous by thread: Re: Labeling points
  • Next by thread: Re: Labeling points