Hi,

Has anyone ever thought about creating a TextCollection class?  The 
purpose would be similar to the other collections, to group a bunch of 
text objects with similar properties.  This probably couldn't inherit 
from Collection as of now though, since Collection assumes things like 
edgecolor and facecolor.  The bigger question to me is, could the 
backends make use of this to any improvement?  Or would this simply 
serve as an API to eliminate having to loop yourself (which would pretty 
much make this useless).

My own personal use case is (once again) in meteorology, where we do 
station plots.  This involves printing the actual value of observed 
variables relative to the location of the station.  This isn't hard to 
do right now (especially since I have offset_copy back, thanks Mike!). 
I just wasn't sure if the batch functionality of a Collection might 
serve some purpose to the users at large.

Thoughts?

Ryan

-- 
Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma

-------------------------------------------------------------------------
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