[Matplotlib-users] matplotlib sphinxext and savefig

2010-04-17 Thread Thomas Robitaille
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

Re: [Matplotlib-users] Forcing full value on axis (Dave Simpson)

2010-04-17 Thread Friedrich Romstedt
2010/4/15 KrishnaPribadi krishna.prib...@harley-davidson.com: 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

[Matplotlib-users] Turning off minor grids on log scaled plot

2010-04-17 Thread Gökhan Sever
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?

[Matplotlib-users] Documentation suggestions (longish post)

2010-04-17 Thread Gary Ruben
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