[Matplotlib-users] Performance issue when drawing a dotted Rectangle patch then zooming

2013-09-04 Thread Sylvain LÉVÊQUE
Hello I have a performance issue when using a Rectangle patch with linestyle 'dotted'. Here is some code showing it: from matplotlib import gridspec gs = gridspec.GridSpec(1, 2) ax1 = plt.subplot(gs[0, 0]) ax2 = plt.subplot(gs[0, 1]) data = [0, 1] r1 = Rectangle([10, 0.25], 10, 0.5, face

Re: [Matplotlib-users] Matplotlib installation issues

2013-09-04 Thread Goyo
2013/9/3 Michael Droettboom : > That's correct. We could probably do a better job reporting that to the > user, though. Would you mind creating an issue for that? https://github.com/matplotlib/matplotlib/issues/2379 --

Re: [Matplotlib-users] Performance issue when drawing a dotted Rectangle patch then zooming

2013-09-04 Thread Michael Droettboom
On 09/04/2013 12:47 PM, Sylvain LÉVÊQUE wrote: > Hello > > I have a performance issue when using a Rectangle patch with linestyle > 'dotted'. Here is some code showing it: > > > from matplotlib import gridspec > > gs = gridspec.GridSpec(1, 2) > ax1 = plt.subplot(gs[0, 0]) > ax2 = plt.subplot(gs[0,

Re: [Matplotlib-users] 1.3.0 and py2exe regression

2013-09-04 Thread ruidc
PyInstaller 2.0 also has exactly the same error. cx_Freeze unfortunately has problems with some tricks in numpy 1.7.x. -- View this message in context: http://matplotlib.1069221.n5.nabble.com/1-3-0-and-py2exe-regression-tp41723p41972.html Sent from the matplotlib - users mailing list archive at

[Matplotlib-users] Broken y-axis and secondary y-axis

2013-09-04 Thread rayana85
Hi, I want to create a plot with both a broken y-axis and a secondary y-axis. While both work fine separately, I don't manage to combine both functions. The broken y-axis would look something like this: http://stackoverflow.com/questions/17976103/matplotlib-broken-axis-example-uneven-subplot-siz