I've been helping a fairly new Python user (an astronomer using
numpy/scipy/matplotlib) in my office get up to speed with matplotlib and
thought I'd pass on a couple of small thoughts about the documentation
which we think would make life clearer for new users. I'm putting this
out for discussi
Hello,
Let say we have a figure created by:
plt.plot(range(100))
On WX backend plt.grid(1) or key "G" responds finely for turning on/off the
grid lines. However when I log-scale both axes then plt.grid(1 or 0) or "G"
doesn't respond on minor grid lines.
Is there a way to control this behavior?
2010/4/15 KrishnaPribadi :
> Is there any way to just turn
> off the exponent number in the right corner and force the x tick labels to
> be integers or floating point depending on how close one is zoomed?
Have a look at matplotlib/ticker.py. Most classes in ticker.py are
derived from class ticke
Hello,
I am currently using the sphinxext module to write documentation that includes
automatically generated plots. I was wondering if there is a way to override
the default savefig behavior for this - for example, I would like all the plots
for the documentation to have the bbox_inches='tight