[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] Transparency issue with matplotlib and wxpython

2012-11-14 Thread Sylvain LÉVÊQUE
Hello again > expecting the transparency to "stop" at the layer below the plot and > therefore see the. Sorry, I meant "therefore see the panel". -- Sylvain -- Monitor your physical, virtual and cloud infrastructure fro

[Matplotlib-users] Transparency issue with matplotlib and wxpython

2012-11-14 Thread Sylvain LÉVÊQUE
Hello I would like some help to understand a problem with matplotlib and wxpython. I am developping a GUI where my plots are embedded on wxPanels on a wxNotebook (tabs). Under Windows, some themes don't use a single colour but a gradient as the tab background. Therefore, I'd like to make the