MathGroup Archive 1998

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Thickness of ContourPlot[] lines?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg12696] Re: Thickness of ContourPlot[] lines?
  • From: "Allan Hayes" <hay at haystack.demon.cc.uk>
  • Date: Wed, 3 Jun 1998 02:20:48 -0400
  • References: <6kvqu0$7rm@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

robpeterson at iname.com wrote in message <6kvqu0$7rm at smc.vnet.net>...
>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.


Rob,

ContourStyle is the option you need:

ContourPlot[x,{x,0,1},{y,0,1},
ContourStyle -> {{Thickness[.02], RGBColor[1,0,0],
  Dashing[{.02,.04}]},{Thickness[.01],Hue[.1]}}]

Allan

------------------------------------------------------------- 
Allan Hayes
Training and Consulting
Leicester UK
http://www.haystack.demon.co.uk
hay at haystack.demon.co.uk
voice: +44 (0)116 271 4198
fax: +44(0)116 271 8642



  • Prev by Date: RE: Thickness of ContourPlot[]
  • Next by Date: Re: Union[{0},{0.}] = {0,0.}?
  • Previous by thread: Re: Thickness of ContourPlot[] lines?
  • Next by thread: more and more hacheurs