MathGroup Archive 2008

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

Search the Archive

Re: Tooltips on ContourPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg94337] Re: Tooltips on ContourPlot
  • From: ucervan at gmail.com
  • Date: Wed, 10 Dec 2008 04:51:29 -0500 (EST)
  • References: <ghlmn6$kqo$1@smc.vnet.net>

On Dec 9, 6:01 am, "David Park" <djmp... at comcast.net> 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
>
> djmp... at comcast.net
>
>  <http://home.comcast.net/~djmpark>http://home.comcast.net/~djmpark/



Use:

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


This is a know issue and will be fixed in the next release. The
default value for ContourLabels is None instead of Automatic as used
to be in V6.

Ulises Cervantes
WRI



  • Prev by Date: Re: Tooltips on ContourPlot
  • Next by Date: insert parenthesis problem
  • Previous by thread: Re: Tooltips on ContourPlot
  • Next by thread: Re: Tooltips on ContourPlot