Re: Contour plot labels with higher precision
- To: mathgroup at smc.vnet.net
- Subject: [mg104771] Re: Contour plot labels with higher precision
- From: dh <dh at metrohm.com>
- Date: Mon, 9 Nov 2009 05:45:44 -0500 (EST)
- References: <hcu5ov$mdj$1@smc.vnet.net>
Hi, ContourLabels->Automatic does give more precision if necessary. Try e.g.: ListContourPlot[ 1000 + Table[Sin[i + j^2], {i, 0, 3, 0.1}, {j, 0, 3, 0.1}], ContourLabels -> Automatic] Daniel nicopiro wrote: > Hi all, > I'm trying to make the contour labels which appear with the option > ContourLabels->Automatic in > ListContourPlot have more than two digits of precision. After scanning > google and this group for a while I can't find a solution. Note that I > have Mathematica 6.0 > > Thanks >