Chris Withers wrote:
> Hi All,
> 
> How do I go about showing minor ticks as lines across the whole plot, as 
> opposed to just little ticks at the side?
> 
> I can get the major ticks to show by doing grid(True), but how do I get 
> the same effect for minor ticks?

Try

grid(True, which='minor')

Eric

> 
> cheers,
> 
> Chris
> 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to