MathGroup Archive 2008

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

Search the Archive

Re: Labeling points

  • To: mathgroup at smc.vnet.net
  • Subject: [mg88757] Re: Labeling points
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Fri, 16 May 2008 05:28:50 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <g0h81q$mtp$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

Graphics[
  {Point[#],
     Text[ToString[Round[Random[]*100]] <> " %", #, {1, -1}]} & /@
   data, Frame -> True, PlotRange -> {{0, 1}, {0, 1}}]

??

Regards
   Jens

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: Replace non-numeric values in a list
  • Next by Date: Re: Labeling points
  • Previous by thread: Re: Labeling points
  • Next by thread: Re: Labeling points