Re: What's up with missing contour labels in Mathematica 7.0.0 (OS X/Intel)?
- To: mathgroup at smc.vnet.net
- Subject: [mg96501] Re: What's up with missing contour labels in Mathematica 7.0.0 (OS X/Intel)?
- From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
- Date: Sat, 14 Feb 2009 04:15:17 -0500 (EST)
- Organization: The Open University, Milton Keynes, UK
- References: <gn3buv$q4f$1@smc.vnet.net>
In article <gn3buv$q4f$1 at smc.vnet.net>, WoodDMco <dmwood at Mines.EDU>
wrote:
> Something as simple as
>
> ContourPlot[x/Exp[x^2 + y^2], {x, -2, 2}, {y, -2, 2},
> ContourLabels -> Automatic]
>
> (taken right out of the documentation forContourLabels)
>
> fails to display any contour labels, nor does it when executed in the
> documentation window. What am I doing wrong? Is this a nasty?
[snip]
In V7.0, try
ContourPlot[x/Exp[x^2 + y^2], {x, -2, 2}, {y, -2, 2},
ContourLabels -> All]
Regards,
--Jean-Marc