"Jack Sankey" <[EMAIL PROTECTED]> writes: > The problem is when I do errobar() I get not only the data lines, but > also a bunch of small lines for drawing the error bars, and it's very > difficult to sort them all out to get at the data of the plot.
One possibility could be to change the return value of errorbar() from the current unstructured list of lines to e.g. a dict of lists of lines, so you could modify them separately. Here is a patch of mine that did this for boxplot (and was accepted): http://sourceforge.net/tracker/index.php?func=detail&aid=1364810&group_id=80706&atid=560722 Would something like this help with your problem? -- Jouni K. Seppänen http://www.iki.fi/jks ------------------------------------------------------------------------- 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