Re: Setting GridLines style for major and minor grid lines
- To: mathgroup at smc.vnet.net
- Subject: [mg100617] Re: Setting GridLines style for major and minor grid lines
- From: dg <davide.guarisco at gmail.com>
- Date: Tue, 9 Jun 2009 03:57:16 -0400 (EDT)
- References: <h0fvl0$rcj$1@smc.vnet.net> <h0i8jl$j9o$1@smc.vnet.net>
Sjoerd,
thank you. Your reply is very useful. I didn't realize that I can
specify gridlines that are outside the plotting area with no ill
effects.
So for example I could use:
GridLines->{Automatic,10^Range[-20,20,1]}
and that will cover pretty much all the log plots I am drawing.