MathGroup Archive 2005

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

Search the Archive

Re: GridLines

  • To: mathgroup at smc.vnet.net
  • Subject: [mg55267] Re: [mg55202] GridLines
  • From: yehuda ben-shimol <bsyehuda at gmail.com>
  • Date: Thu, 17 Mar 2005 03:31:39 -0500 (EST)
  • References: <200503161036.FAA23879@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Run the following example. It will help you to see how to control it.
Besides, read the help again, I think it is clear enough how to set
specific colors to specific gridlines if this is what you need
Plot[Sin[x], {x, 0, 2Ï?},
   Frame -> True, GridLines -> {{Automatic, Red}, {Automatic, Red}}]
yehuda


On Wed, 16 Mar 2005 05:36:45 -0500 (EST), Steve Gray
<stevebg at adelphia.net> wrote:
> 1. Help says that the default color of GridLines is light blue, but mine are black. ?? LightBlue
> would be much better.
> 2. Is there a way to control the color of GridLines in Show? There seems to be no such thing as
> GridStyle, GridColor, GridLineStyle, etc.
> 
> Thank you for any info.
> 
>


  • References:
    • GridLines
      • From: Steve Gray <stevebg@adelphia.net>
  • Prev by Date: Re: Sum
  • Next by Date: functional programming excercise from Mastering Mathematica
  • Previous by thread: GridLines
  • Next by thread: Re: GridLines