MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

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

> 




  • Prev by Date: Re: Simplification problem updated
  • Next by Date: Re: Complex solutions to simple equations
  • Previous by thread: Contour plot labels with higher precision
  • Next by thread: Aligning framed graphics in rows