Re: What's up with missing contour labels in Mathematica 7.0.0 (OS
- To: mathgroup at smc.vnet.net
- Subject: [mg96493] Re: What's up with missing contour labels in Mathematica 7.0.0 (OS
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sat, 14 Feb 2009 03:14:02 -0500 (EST)
- References: <gn3buv$q4f$1@smc.vnet.net>
Hi, ContourPlot[x/Exp[x^2 + y^2], {x, -2, 2}, {y, -2, 2}, ContourLabels -> All] ?? Regards Jens WoodDMco wrote: > Howdy all. > > 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? > > FYI: the following option will at least cough up some labels. > > ContourLabels -> > Function[{x, y, z}, Text[Framed[z], {x, y}, Background -> White]] > > Thanks, > > David Wood >