Hi, I have written a module which implements a custom histogram class, with the plotting handled by a call to ax.plot(x, y, ...). The x and y values are massaged to create a conventional histogram binned look, for example:
http://www.onlineclienttest.co.uk/invmass-hor-py.png What I would like to do is add custom error bars to each of the bin centroids. Clearly some form of ScatterError(x, y, yerr_up, yerr_down) where the scatter point itself is set to be non-visible would be ideal. Is there anything like this I could use? Regards, James. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users