From: nicopiro on 5 Nov 2009 04:26 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
From: dh on 9 Nov 2009 05:46 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 >
|
Pages: 1 Prev: remote kernel trouble Next: Writing a graphic to a notebook, cont |