MathGroup Archive 2007

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

Search the Archive

Re: Tooltip does not what I expect it to do

  • To: mathgroup at smc.vnet.net
  • Subject: [mg82648] Re: [mg82624] Tooltip does not what I expect it to do
  • From: Syd Geraghty <sydgeraghty at mac.com>
  • Date: Sat, 27 Oct 2007 06:00:57 -0400 (EDT)
  • References: <200710260926.FAA22979@smc.vnet.net>

Peter,

This appears to be a bug or undocumented feature.

Only

ListPlot[Tooltip[{{1, 3}}, "een"], PlotRange -> Full] displays the  
tooltip.

None of the other options for PlotRange work.

ListPlot[Tooltip[{{1, 3}}, "een"], PlotRange -> Automatic]
ListPlot[Tooltip[{{1, 3}}, "een"], PlotRange -> {{0., 2.}, {0., 6.}}]
ListPlot[Tooltip[{{1, 3}}, "een"], PlotRange -> {0., 6.}]
ListPlot[Tooltip[{{1, 3}}, "een"], PlotRange -> 6.]



Cheers ... Syd

Syd Geraghty B.Sc., M.Sc.
sydgeraghty at mac.com
San Jose, CA

My System

Mathematic 6.0.1 for Mac OS X x86 (32 - bit) (June 19, 2007) License  
L2983-5890
MacOS X V 10.4 .10
MacBook Pro 2.33 Ghz Intel Core 2 Duo  2GB RAM

On Oct 26, 2007, at 2:26 AM, P_ter wrote:

> Hello,
> why does this not work?
> ListPlot[Tooltip[{{1, 3}}, "een"]]?
> And this does: ListPlot[Tooltip[{{1, 3}}, "een"], PlotRange -> Full]
> I restarted Mathematica V6.01 on my MacBookPro, but it did not  
> help. Any idea?
> with friendly greetings,
> P_ter
>



  • Prev by Date: Re: Re: Gradient of a List
  • Next by Date: Re: Re: What am I doing wrong with this code?
  • Previous by thread: Tooltip does not what I expect it to do
  • Next by thread: Re: Tooltip does not what I expect it to do