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