On Sun, May 10, 2009 at 4:22 PM, oh42 <jagm...@yahoo.com> wrote:
>
> Pl see picture below. The grid always shows on top of the plot lines. Is it
> possible to put it below?

When creating the axes or subplot, set axisbelow=True

  ax = fig.add_subplot(111, axisbelow=True)

There is an rc param 'axes.axisbelow' to change the default behavior
-- http://matplotlib.sourceforge.net/users/customizing.html

JDH

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to