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
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
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