I just noticed that the example poly_editor.py is broken.  It appears  
to be the Artist.update_from(self.line, poly) that is called when the  
polygon is changed.  The problem is that no change is saved after a  
subsequent modification.

Also, clippath_test.py (that also uses Polygons) appears to be broken  
as well, but I'm not sure where to look for the bug...


Also, while I am writing, there are two other things I have been  
meaning to mention:


First, it has bothered me that from pylab import * and from numpy  
import * both import 'load' statements. Yes, I realize that I can put  
them in their own name space, but I only use python for mpl and numpy  
-- for me python is a matlab replacement.  So, I have come to the  
realization that these two things (alone) I want in my top  
namespace.  It would be nice if they didn't conflict.

Second, much of what I do involves plotting model data (on a  
curvilinear grid).  I generally like to use pcolor for these plots.   
I *always* want shading='flat'  Some of my grids are large, and I  
only see lines if I don't.  Even with smaller grids, those black  
lines get in the way.  I don't want to suggest an RC setting for  
everything, but this one single setting would save me thousands of  
characters typed per week.  Can we add an RC shading option?

-Rob


----
Rob Hetland, Associate Professor
Dept. of Oceanography, Texas A&M University
http://pong.tamu.edu/~rob
phone: 979-458-0096, fax: 979-845-6331



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to