n the 1.0.4 from Pyside's site but
I obtained the same error message trying to use my former code (same
used with PyQt with Figure Canvas)
raise ImportError, "Warning: formlayout requires PyQt4>v4.3"
Is the github version even more recent than this one??
Thanks
Regards
Lionel
Have a closer look at the example I gave.
The currently released version of matplotlib doesn't support PySide at
all. So I cheated and simply drew to the generic Agg backend and then
copied the whole figure (gcf = get current figure) into a PySide QImage
object at the end. The QImage can the
As Eric said Github master works with PySide. If you can't wait for a
release and you don't want to run the Github version of MPL you can use
the following code to render a plot inside a PySide app. Note that this
will just show the plot image. You won't get the tool bar, status bar
or any o
There's a heap of searches - the old.nabble one listed.
http://old.nabble.com/matplotlib---users-f2906.html
plus
http://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/info.html
http://blog.gmane.org/gmane.comp.python.matplotlib.general
http://www.mailinglistarchive.com/html/matplotlib
Ah,
I did not know that. I shall investigate.
Thanks,
Gerald.
On 6/05/2011 7:27 AM, Benjamin Root wrote:
On Tue, May 3, 2011 at 3:57 AM, Gerald Storer <mailto:g...@mrxtech.com.au>> wrote:
Hello,
I've been trying to animate some plots with the qt backend and run
Hello,
I've been trying to animate some plots with the qt backend and run into
a couple of problems.
Firstly,
I'd like to be able to update the axis limits in an automated fashion as
the data changes size.
Secondly,
Resizing figures appears to redraw everything _but_ items with the
animation