Re: Contour labeling
- To: mathgroup at smc.vnet.net
- Subject: [mg24325] Re: Contour labeling
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sun, 9 Jul 2000 04:52:35 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <8k3mej$3nd@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
the book by Tom Wickham-Jones comes with a package
that labels the contour lines.
The souces on MathSource. Buy the book and download the
packages for Mathematica Version 3.
Regards
Jens
Tom Aldenberg wrote:
>
> Dear All,
>
> How can one label contour lines with their function values? For example, when
> using the following command:
>
> ContourPlot[Sin[x y], {x, -1, 1}, {y, -1, 1}, Contours->{-.5, .5},
> ContourShading->False]
>
> one wants to indicate, which contour refers to -.5, and which one to .5.
>
> Best regards,
> Peter Janssen