Re: [Matplotlib-users] pylab.boxplot

2008-09-04 Thread Eric Wertman
I'm using 0.98.3 as well... I get a dictionary too. Should have backed up another step and checked that, I just iterated over the return and got the keys. Thanks for the help. On Thu, Sep 4, 2008 at 2:25 PM, Ryan May <[EMAIL PROTECTED]> wrote: > Eric Wertman wrote: >> >> Hi Everyone.. the docs

Re: [Matplotlib-users] pylab.boxplot

2008-09-04 Thread Ryan May
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 on

[Matplotlib-users] pylab.boxplot

2008-09-04 Thread Eric Wertman
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