Re: Tooltip[] ListContourPlot[] 6.0 vs. 7.0
- To: mathgroup at smc.vnet.net
- Subject: [mg94449] Re: Tooltip[] ListContourPlot[] 6.0 vs. 7.0
- From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
- Date: Sun, 14 Dec 2008 07:34:15 -0500 (EST)
- Organization: The Open University, Milton Keynes, UK
- References: <ghtjlj$rg6$1@smc.vnet.net>
roby.nowak at gmail.com wrote: > With 6.0-6.0.3 ListContourPlot[] added a Tooltip[] arround every > generated contourlines. > > With 7.0 this feature seems to have passed away. > strangely all the ready ListContourPlot[] examples in 7.0 help still > have the Tooltip[] but when you reevaluate them inside the help,Tooltip > [] vanishes. <snip> > Any hints how to reactivate it ? Set the option *ContourLabels* to *Automatic*. For instance, ListContourPlot[ Table[Sin[x] Sin[y], {x, -3, 3, 0.1}, {y, -3, 3, 0.1}], ContourLabels -> Automatic] Regards, -- Jean-Marc