On Monday 08 January 2007 04:34, Gerhard Spitzlsperger wrote:
> Dear All,
>
> I am quite new to matplotlib and facing some trouble using boxplots.
>
> I'd like to plot two boxes (different length of data) in one plot, from
> the docs

> Could you point me to what I do wrong? I need especially
> the different data length.

Gerhard,
Try to install a SVN copy of matplotlib. Eric corrected that bug not long ago.
Alternatively, you can try to force your data into an array with 
data = N.array(data, dtype=N.object) 
beforehand.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to