Re: [matplotlib-devel] Backend for Pyside

2011-05-31 Thread David Trémouilles
The pyside bug affecting matplotlib pyside backend is now fixed with pyside 1.0.3 I would be nice to have the pyside option in the next matplotlib release... Regards, David Le 06/05/11 10:32, David Trémouilles a écrit : > Hello, > > This is not directly related to your patch but I would like to

Re: [matplotlib-devel] Backend for Pyside

2011-05-31 Thread Gerald Storer
1.0.3 packages for Windows and Ubuntu/Debian are available to test with. I'm not sure that the OS X package is ready yet. If you want to get testing with it quicker jumping up and down on their mailing list normally gets them out faster. I also added an update to formlayout.py. I've merged in

Re: [matplotlib-devel] Backend for Pyside

2011-05-31 Thread Lars Bittrich
Hi Gerald, thank you very much! I applied most of your changes to my matplotlib version 1.0.1 on Windows with Python 2.6. Together with the new package of PySide I was able to migrate a whole project of mine from PyQt to PySide with only minimal changes. The first test are very promissing. Even so

[matplotlib-devel] bug in plot_basedir and changed default directory in plot_directive?

2011-05-31 Thread Skipper Seabold
It seems that this commit [1] changed the default directory for the sphinx plots directory (now needs to be alongside the directive and not in the directory above it?) and now our project's docs will not build across different versions of matplotlib without some magic. So I tried setting from os.p

[matplotlib-devel] bug in pyplot.subplot if squeeze is False

2011-05-31 Thread Skipper Seabold
I filed a bug report here [1]. If squeeze is false, ret never gets defined. https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/pyplot.py#L794 Skipper [1] https://sourceforge.net/tracker/?func=detail&aid=3309967&group_id=80706&atid=560720 PS. Should I ping the user or devel lis

Re: [matplotlib-devel] [pystatsmodels] matplotlib/sphinxext problems for VAR plots in the docs

2011-05-31 Thread John Hunter
On Tue, May 31, 2011 at 8:31 PM, Skipper Seabold wrote: > FYI, our docs won't build with matplotlib after this commit [1]. It > expects the plots dir to be in the same directory as the plot > directive by default. My attempts to define plot_basedir in conf.py > did not work. I pinged the mpl devel