Re: gridlines
- To: mathgroup at smc.vnet.net
- Subject: [mg56611] Re: [mg56594] gridlines
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Sat, 30 Apr 2005 01:27:20 -0400 (EDT)
- Reply-to: hanlonr at cox.net
- Sender: owner-wri-mathgroup at wolfram.com
Plot[(x - 3/2)(x - 4), {x, 0, 5}, GridLines -> {Table[{n, {Red}}, {n, 0, 5}], Table[{n, {Red}}, {n, -2, 6}]}, PlotRange -> {-2.2, 6.2}, Frame -> True, Axes -> False]; Bob Hanlon > > From: Mike <jenningsmca_REMOVETHIS at hotmail.com> To: mathgroup at smc.vnet.net > Date: 2005/04/29 Fri AM 03:22:02 EDT > Subject: [mg56611] [mg56594] gridlines > > 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 > >