Re: [matplotlib-devel] Contouring unstructured triangular grids

2010-03-16 Thread Ian Thomas
Replying to everyone at the same time: (spot the person in the UK!) Chris Barker wrote: That would be better as (ntri, 3), to be compatible with the usual C ordering of numpy arrays. Of course. John Hunter wrote: I am a little concerned about the hand wrapped python part because of the

Re: [matplotlib-devel] Proposal for Broken Axes

2010-03-16 Thread Jeff Klukas
What would be great is if you could refactor the basic functionality into a matplotlib.Axes.breaky method (and possibly breakx but most people request a broken y axis), which would resize the self axes and return the broken compliment which could be plotted onto.  Then you could provide a

Re: [matplotlib-devel] [Python-modules-team] Bug#573179: AttributeError: 'numpy.bool_' object has no attribute '_mask' whenever imshow'ing masked array

2010-03-16 Thread Sandro Tosi
forwarded 573179 matplotlib-devel@lists.sourceforge.net thanks Hello Matplotlib developers, I'm forwarding this bug a Debian user reported some days ago. It would be nice it you could give it a look Thanks in advance, Sandro On Tue, Mar 9, 2010 at 17:05, Yaroslav Halchenko deb...@onerussian.com

Re: [matplotlib-devel] [Python-modules-team] Bug#573179: AttributeError: 'numpy.bool_' object has no attribute '_mask' whenever imshow'ing masked array

2010-03-16 Thread Eric Firing
Sandro Tosi wrote: forwarded 573179 matplotlib-devel@lists.sourceforge.net thanks Hello Matplotlib developers, I'm forwarding this bug a Debian user reported some days ago. It would be nice it you could give it a look Using svn trunk mpl and numpy 1.5.0.dev8042, I can't reproduce it; I get