There is a question that has not been addressed yet: how to handle numpy masked arrays. There are two modules, mostly compatible: numpy.ma and maskedarray. The latter will (I hope) become the standard implementation; until it does, we should have an easy mechanism for switching from one to the other so that we can test maskedarray. We also need to make it easy to routinely use the latter when it does become standard.
Maybe this needs to be added to numerix, and we need to use numerix internally via a single line per module: import matplotlib.numerix.ma as ma I haven't thought this through yet. Ideas? Comments? Eric ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel