MathGroup Archive 2007

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

Search the Archive

Tooltips in ContourPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg81726] Tooltips in ContourPlot
  • From: "David Park" <djmpark at comcast.net>
  • Date: Tue, 2 Oct 2007 05:40:17 -0400 (EDT)

Is it possible to control what is displayed in Tooltips in contour plots? 
For example, in the following plot:

ContourPlot[
 Re[Cosh[x + \[ImaginaryI] y]] ==
  Re[Sin[x + \[ImaginaryI] y]], {x, -6, 6}, {y, -6, 6}]

would it be possible to change the Tooltip to Re[Cosh[z]] == Re[Sin[z]] or 
to some descriptive text?

-- 
David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/




  • Prev by Date: Re: Sort problem
  • Next by Date: Strange Laplace Transform in 6.0
  • Previous by thread: Re: Re: converting function from RasterArray to Raster
  • Next by thread: Re: Tooltips in ContourPlot