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