Eric Wertman wrote: > 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'>
I get a dictionary with medians, flier, whiskers, boxes, and caps as keys and lists of Line2D objects as the values. What version are you running? I'm on 0.98.3 here. Either way the docstring is wrong. 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-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users