MathGroup Archive 2008

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

Search the Archive

Re: Labeling points

  • To: mathgroup at smc.vnet.net
  • Subject: [mg88760] Re: [mg88744] Labeling points
  • From: Christopher Carlson <carlson at wolfram.com>
  • Date: Fri, 16 May 2008 05:29:26 -0400 (EDT)
  • References: <200805151149.HAA23447@smc.vnet.net>

On May 15, 2008, at 6:49 AM, 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?


You can post-process plot output to add the information you want.  For  
example, here is a ListPlot:

plot = ListPlot[Table[{x, y}, {x, 1, 4}, {y, 1, x}], AxesOrigin -> {0,  
0}]


Christopher Carlson
User Interface Group
Wolfram Research, Inc


  • Prev by Date: Re: Replace non-numeric values in a list
  • Next by Date: Re: Replace non-numeric values in a list
  • Previous by thread: Labeling points
  • Next by thread: Re: Re: Labeling points