MathGroup Archive 2005

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

Search the Archive

Re: gridlines

  • To: mathgroup at smc.vnet.net
  • Subject: [mg56600] Re: gridlines
  • From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
  • Date: Sat, 30 Apr 2005 01:27:09 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <d4spc3$aqq$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

not red but you will see how to do it

Plot[Sin[x], {x, 0, 2Pi},
GridLines -> {Table[{Pi*i/4, {Hue[i/4], 
AbsoluteThickness[i]}}, {i, 0, 8}],
Automatic}]

Regards

  Jens

"Mike" <jenningsmca_REMOVETHIS at hotmail.com> 
schrieb im Newsbeitrag 
news:d4spc3$aqq$1 at smc.vnet.net...
> Mathematica Help states that you can color the 
> Gridlines within a plot
> by utilizing the RGBColor cmd. I have tried a 
> few different ways but
> cannot get the gridlines to turn red.
> Anyone know the appropriate syntax to make the 
> grid line red?
>
> MJ
> 



  • Prev by Date: Re: Not getting numeric answer to simple division
  • Next by Date: Re: Not getting numeric answer to simple division
  • Previous by thread: Re: gridlines
  • Next by thread: Re: gridlines