GridLines issue
- To: mathgroup at smc.vnet.net
- Subject: [mg57172] GridLines issue
- From: marloo3 at mail15.com
- Date: Fri, 20 May 2005 04:43:05 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
hi all
how could i color the gridlines in the plot:
Plot[Sin[x], {x, 0, 6Pi},
Ticks -> {{0, Pi/2, Pi,3Pi/2, 2Pi},
Automatic},
GridLines -> Automatic];
only in Red while the plot in Black, and to make the gridlines pass vertically
only on the spacings of Pi/2 for all the plot range and pass horizontally on the
spacings of 0.2 and not of 0.5 as it is automatically.
thanks