Re: Contour Plots
- To: mathgroup at smc.vnet.net
- Subject: [mg25771] Re: [mg25748] Contour Plots
- From: BobHanlon at aol.com
- Date: Sun, 22 Oct 2000 23:30:05 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
In a message dated 10/21/2000 3:04:59 PM, pgoodman at pacbell.net writes: >Is there a way, in a contour plot, to have Mathematica indicate the values >of the contours? > (* Using package from the book "Mathematica Graphics" by Tom Wickham - Jones *) Needs["ExtendGraphics`LabelContour`"]; LabelContourLines[ ContourPlot[Sin[x]*Sin[y], {x, 0, Pi}, {y, 0, Pi}, ContourShading -> False, ImageSize -> {400, 400}, DisplayFunction -> Identity], LabelFont -> {"Courier", 12}]; Bob Hanlon