Re: gridlines styles.
- To: mathgroup at smc.vnet.net
- Subject: [mg51737] Re: gridlines styles.
- From: Bill Rowe <readnewsciv at earthlink.net>
- Date: Sat, 30 Oct 2004 03:49:30 -0400 (EDT)
- 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