Re: [Matplotlib-users] Error bars on plot created with axes.plot(...)

2007-11-08 Thread John Hunter
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:

[Matplotlib-users] Error bars on plot created with axes.plot(...)

2007-11-08 Thread James Jackson
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 l