Re: Thickness of ContourPlot[] lines?
- To: mathgroup at smc.vnet.net
- Subject: [mg12703] Re: [mg12679] Thickness of ContourPlot[] lines?
- From: Alfred Gray <gray at hypatia.umd.edu>
- Date: Wed, 3 Jun 1998 02:20:55 -0400
- Sender: owner-wri-mathgroup at wolfram.com
I think the optio you want is ContourStyle. The following example works
for me:
ContourPlot[x^3 - 3x y^2,{x,-2,2},{y,-2,2},
Contours->{-6,3,-1,-0.05,0.05,1,3,6},
ContourShading->False,PlotPoints->60,
ContourStyle->{{AbsoluteThickness[0]},
{AbsoluteThickness[0]},{AbsoluteThickness[4]},
{AbsoluteThickness[0]}}]
Alfred Gray
%%%%%%%%%%%%%%%%%%%%%%%%%%
Visit the galleries of surfaces and curves: http://bianchi.umd.edu
Just published: Modern Differential Geometry of Curves and Surfaces,
Second Edition. CRC Press, December 1997.
On Mon, 1 Jun 1998 robpeterson at iname.com wrote:
> I haven't yet stumbled into how to make ContourPlot lines any thicker.
> Thickness isn't a option for the command and I can seem to find any
> graphics primitive that it will take.
>
> Any help will be appreciated; these contour lines are too thin to copy!
>
> Rob
>
>