Re: [Matplotlib-users] QT backend bug

2013-05-10 Thread Michael Droettboom
Yeah -- I can confirm this. I'm not sure what the most desired behavior is, but I think it's worth opening a discussion in a Github issue. Mike On 05/09/2013 08:44 PM, K.-Michael Aye wrote: > If someone confirms this, I'd be happy to put it into github, but I > thought I send it here first, to

Re: [Matplotlib-users] QT backend bug

2013-05-09 Thread K . -Michael Aye
If someone confirms this, I'd be happy to put it into github, but I thought I send it here first, to see if this is another PEBKAC. Michael On 2013-05-10 00:39:48 +, K.-Michael Aye said: > Problem: New y-axis max value set by edit-curve interface is forgotten > after zoom-in-zoom-out cycle

[Matplotlib-users] QT backend bug

2013-05-09 Thread K . -Michael Aye
Problem: New y-axis max value set by edit-curve interface is forgotten after zoom-in-zoom-out cycle. Reproduction steps: * change y-axis max to a larger value than used by the default layouter with the edit-curve interface (click on the green hook) * Click Ok * Zoom into the plot * click the 'B

Re: [Matplotlib-users] Qt backend

2009-07-09 Thread Darren Dale
On Thu, Jul 9, 2009 at 10:05 AM, Mustafa Sakalsiz wrote: > Hi all, > > I have a PyQt application and want to show some charts on it. However, I > don't want to show the charts on a classic widget, instead I need to show > the charts on a QGraphicsView/QGraphicsScene object. Because I am using > gr

[Matplotlib-users] Qt backend

2009-07-09 Thread Mustafa Sakalsiz
Hi all, I have a PyQt application and want to show some charts on it. However, I don't want to show the charts on a classic widget, instead I need to show the charts on a QGraphicsView/QGraphicsScene object. Because I am using graphics view's zoom properties. Therefore I want to paint the charts

[Matplotlib-users] Qt backend in QMdiArea

2009-05-12 Thread Magnus Benjes
The class matplotlib.backends.backend_qt4agg.FigureCanvasQTAgg works well in a QWorkspace. But when I put it in a QMdiArea the resizing slows down. In Qt 4.5 the class QWorkspace is deprecated. The class QMdiArea should be used instead. In the attached code you can see the difference in the perfo