Hi Everyone.. the docs for boxplot say :

Returns a list of the :class:`matplotlib.lines.Line2D` instances added.

It seems to be returning a list of strings rather than a list of
handles... What's the easiest way for me to get the handles of those
objects, with only the names?  It's giving me this:

medians <type 'str'>
fliers <type 'str'>
whiskers <type 'str'>
boxes <type 'str'>
caps <type 'str'>


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-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to