Re: [Matplotlib-users] canvas.draw() + pyqt4 memory leak

2011-07-22 Thread zb
Hi I updated to the latest Qt and PyQt and the memory leak is not there any more. Looks like matplotlib was OK. Qt 4.7.3 PyQt 4.8.4 Windows OS Cheers From: zb To: Eric Firing ; matplotlib-users@lists.sourceforge.net Sent: Thursday, June 16, 2011 2:20 PM Su

Re: [Matplotlib-users] Decouple the colorbar form subplot

2011-07-22 Thread SiggiN
First, thanks to you for your answers! I tried all the solutions and the one with the AxisGrid Toolkit worked out best for me. There are only some small questions left. How do I change the origin and how do I change fontsize of the ticklabels? #-code impo

[Matplotlib-users] Animated plot & resizing

2011-07-22 Thread Morgan Bacciotti
Hello, I am trying to plot a line from 2 arrays of data (dates on the x axis) in a qt widget, so that I can update the line quickly when the user changes the data selection through a qcombobox and so that the widget containing the plot can be resized (matplotlib and qt-pyside).   I managed to ob