if (hasattr(x, 'get_compressed_copy')):
                 compressed_x = x.get_compressed_copy(mask)

John,

You added the snippet above to axes.delete_masked_points as part of one 
of your massive "units" patches.  It needs at least a comment in the 
code--which I would be happy to add, based on your reply--because I 
don't see any such attribute in mpl or numpy.  My guess is that it is 
specific to the JPL array-like objects which motivated the units support.

Thanks.

Eric

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to