Re: [Matplotlib-users] drawing a box

2007-12-19 Thread brett . mcsweeney
A good reminder to check that site out. There is alsoTreeMap, which uses coloured rectangles. http://www.scipy.org/TreeMap Jessica Lu <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 20/12/2007 05:30 AM To cc Bryan Fodness <[EMAIL PROTECTED]>, matplotlib Subject Re: [Matplotlib-users] d

Re: [Matplotlib-users] drawing a box

2007-12-19 Thread Jessica Lu
There is an example of this on the scipy matplotlib cookbook: http://www.scipy.org/Cookbook/Matplotlib/ShadedRegions Cheers, Jessica On Dec 18, 2007, at 7:58 PM, John Hunter wrote: > On Dec 18, 2007 9:47 PM, Bryan Fodness <[EMAIL PROTECTED]> > wrote: >> I do want a rectangle. And, I have tri

[Matplotlib-users] Input data types and pure numpy.ma

2007-12-19 Thread Stephane Raynaud
Hi, when matplotlib processes variables, it makes sure to handle masked variables (numpy.ma) by converting them using "soft " numpy.ma.asarray. So, when a subclass instance of numpy.ma is used as a variable, it keeps properties and methods in this operation that can be conflicting with future proc