On Nov 8, 2007 7:10 AM, James Jackson <[EMAIL PROTECTED]> wrote:
> 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?
>

Not sure I understand the question, but perhaps you can borrow
something from ax.errorbar?

If you would like to simply patch ax.hist with a kwarg to draw it in
the style you want, that would also be welcome.

-------------------------------------------------------------------------
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

Reply via email to