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