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 >