MathGroup Archive 2004

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

Search the Archive

Re: gridlines styles.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg51737] Re: gridlines styles.
  • From: Bill Rowe <readnewsciv at earthlink.net>
  • Date: Sun, 31 Oct 2004 01:16:43 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

On 10/29/04 at 3:38 AM, sean_incali at yahoo.com (sean kim) wrote:

>from the help menu...

>"Grid line styles can involve graphics directives such as RGBColor
>and Thickness"

>k. fine. Plot[Sin[x], {x, 0, 2Pi}, GridLines -> Automatic]
>Plot[Sin[x], {x, 0, 2Pi}, GridLines -> Automatic, 
>GridLinesStyle -> RGBColor[0, 1, 1]]

>Apparently GridLinesStyle is not the options.

>hm. how can Mathematica set the option for Grid Lines Style if not
>GridLinesStyle?

The format is Gridlines->{{x1, style1}, ....

For example, look at the plot that results from

Plot[Sin[x], {x, 0, 2*Pi}, 
   GridLines -> 
    {{Automatic, Hue[0]}, {Automatic, Hue[0]}}]; 
--
To reply via email subtract one hundred and four


  • Prev by Date: Re: Memory Problems
  • Next by Date: Re: Re: Another bizarre phenomenon
  • Previous by thread: Re: gridlines styles.
  • Next by thread: Re: gridlines styles.