MathGroup Archive 2008

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

Search the Archive

Re: Tooltips on ContourPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg94303] Re: Tooltips on ContourPlot
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Wed, 10 Dec 2008 04:45:23 -0500 (EST)
  • Organization: Uni Leipzig
  • References: <ghlmn6$kqo$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

ContourPlot[x^2 + y^2 == 1, {x, -1.2, 1.2}, {y, -1.2, 1.2},
  ContourLabels -> Automatic]

will add the tooltips.

Regards
   Jens

David Park wrote:
> Has anyone besides me noticed that in Version 7 ContourPlot no longer gives
> Tooltips?
> 
>  
> 
> ContourPlot[x^2 + y^2 == 1, {x, -1.2, 1.2}, {y, -1.2, 1.2}]
> 
>  
> 
> ContourPlot[x^2 + y^2, {x, -1.2, 1.2}, {y, -1.2, 1.2}]
> 
>  
> 
> The Help for ContourPlot will show Tooltips, but not if you reevaluate the
> expressions.
> 
>  
> 
> David Park
> 
> djmpark at comcast.net
> 
>  <http://home.comcast.net/~djmpark> http://home.comcast.net/~djmpark/  
> 
> 


  • Prev by Date: Re: Plot vs NMaximize
  • Next by Date: Re: Tooltips on ContourPlot
  • Previous by thread: Re: Tooltips on ContourPlot
  • Next by thread: Re: Tooltips on ContourPlot