Re: Contour plot labels with higher precision
- To: mathgroup at smc.vnet.net
- Subject: [mg127462] Re: Contour plot labels with higher precision
- From: roy.a.anderson at gmail.com
- Date: Thu, 26 Jul 2012 03:36:05 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <hcu5ov$mdj$1@smc.vnet.net> <hd8rtj$5jl$1@smc.vnet.net>
Hello,
What if you import an array and your command is like this?
g = Import["C:\\Users\\..."]
ListContourPlot[g]
How would you increase the precision?
On Monday, November 9, 2009 5:46:11 AM UTC-5, dh wrote:
> 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
>
> >