MathGroup Archive 2008

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

Search the Archive

Re: Tooltips and PlotMarkers

  • To: mathgroup at smc.vnet.net
  • Subject: [mg85459] Re: Tooltips and PlotMarkers
  • From: "Charles L. Snyder" <clsnyder at gmail.com>
  • Date: Mon, 11 Feb 2008 06:10:39 -0500 (EST)
  • References: <fobjqi$mr6$1@smc.vnet.net> <foc38o$507$1@smc.vnet.net>

On Feb 10, 4:23 am, yat... at mac.com wrote:
> Something like this?
>
> Graphics[
>  MapThread[
>   Tooltip[Text[#1, {#3, #2}], #2] &,
>   {mydata[[2]], mydata[[1]], Range[Length[mydata[[1]]]]}
>   ],
>  AspectRatio -> 1, PlotRange -> {{0, 7}, All},
>  Frame -> {False, True, False, False}
>  ]
>
> Regards,
>
> Derek

Perfect !!!

Thanks


  • Prev by Date: open URL programmatically?
  • Next by Date: Re: more looping trouble
  • Previous by thread: Re: Tooltips and PlotMarkers
  • Next by thread: Re: Tooltips and PlotMarkers