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] matplotlib pnpoly-example-results-in-error

2013-05-09 Thread algotr8der
I tried to execute the following code: http://matplotlib.org/faq/howto_faq.html#test-whether-a-point-is-inside-a-polygon However I get errors I describe here: http://stackoverflow.com/questions/16452509/matplotlib-pnpoly-example-results-in-error >>>import numpy as np >>>import matplotlib.nxutil