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/
- Follow-Ups:
- Re: Tooltips in ContourPlot
- From: Syd Geraghty <sydgeraghty@mac.com>
- Re: Tooltips in ContourPlot
- From: Carl Woll <carlw@wolfram.com>
- Re: Tooltips in ContourPlot