Re: I want some help about ContourPlot function
- To: mathgroup at smc.vnet.net
- Subject: [mg76655] Re: I want some help about ContourPlot function
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 25 May 2007 06:36:41 -0400 (EDT)
- Organization: Uni Leipzig
- References: <f33r40$mju$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi,
a) ContourPlot[] generate Tooltip[] for the contour values
and you must reprogramm the Frontend to support this
b) it is a matter of taste if it works "perfectly"
c) the good old package from Tom Wichham-Jones from its
ExtendGraphics`LabelContour` will do similar things.
Regards
Jens
kishan.vyas.engg at gmail.com wrote:
> Hi,
>
> In Mathematica 6.0 an option of ContourLabels is provided but it is
> not there in earlier version. While I have Mathematica 5.2. Please
> help me how to gain functionality in version 5.2.
>
> In mathematica 6.0-
>
> "ContourPlot[x^2+y^2,{x,0,2},{y,0,2}, ContourLabels->Automatic]"
>
> This code work perfectly in Mathematica 6.0. I want the same
> functionality in Mathematica 5.2.
>
> Regards,
> Kishan Vyas.
>
>