I create my figure in my (non-interactive) script like so:

import matplotlib.pyplot as plt
fig = plt.figure()
ax = fig.add_subplot(111)
ax.plot(...)

Then I want to set the spacing of y grid to 50 units (axis units). Do I 
need a method of the matplotlib.axis.Axis, or matplotlib.axes.Axes (or 
are these the same??), or something else?

Ben.


------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to