Re: [Matplotlib-users] Documentation glitch on github

2012-11-14 Thread Michael Droettboom
Thanks for reporting. It seems this file didn't make it over during the transition from Sourceforge to Github web hosting. It's been restored. Mike On 11/14/2012 04:45 PM, william ratcliff wrote: Hi! I was looking through the sample doc tutorial: http://matplotlib.org/sampledoc/ and found

[Matplotlib-users] Documentation glitch on github

2012-11-14 Thread william ratcliff
Hi! I was looking through the sample doc tutorial: http://matplotlib.org/sampledoc/ and found that the link to the hard copy of the documentation is missing. Is there a more recent link? Best, William -- Monitor your p

[Matplotlib-users] Gap when using contourf and nan's

2012-11-14 Thread Bror Jonsson
Dear all, I'm trying to to show where one set of values have NaN's on the contour plot of another set of values. I do this by creating a mask as such: fld = randn(4,4) fld[:2,:2] = np.nan mask[mask==0] = np.nan contourf(arange(4),arange(4),fld) contourf(arange(4),arange(4),mask) The problem i

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

[Matplotlib-users] using draw_if_interactive in library plots?

2012-11-14 Thread Skipper Seabold
Hi All, Hoping someone can help me get a definitive answer to this question. Is draw_if_interactive bad to have in library plotting code? Based on this thread [1], we've been working under the assumption that calling draw_if_interactive in plotting code is bad. Though I'm skeptical that this is t