MathGroup Archive 2005

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

Search the Archive

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


  • Prev by Date: Mathematica 5.1 and Oracle 10g
  • Next by Date: Re: Plotting 2d graphs?
  • Previous by thread: Re: Mathematica 5.1 and Oracle 10g
  • Next by thread: Re: GridLines issue