From: nicopiro on
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


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

>