On 9/24/2011 4:44 AM, Niles wrote:
...
> I think the grid is too dominant in the plot, so I am interested in
>
> 1) Reducing the thickness
> 2) Changing the grid color (not the axes)
>
> I tried searching, but no hits on these matters. Can You give me a
> hint?
...
set(gca)
will echo all properties and the list of options available.
My release is pretty old and only gridlinestyle appears adjustable;
there may be more choices in later releases.
I'd suggest the ':' choice or '--' for starters instead of the solid
line selection '-'
--