Re: [Matplotlib-users] error bars, plot_date, and connected line

2006-12-14 Thread Simson Garfinkel
I've been able to figure out how to easily do error bars on a plot_date. Here is how I do it: The variables coming in are "dates" which is an array of my dates (in days since 0001-01-01), averages, p10 (which is the bottom of my error bars), and p90 (which is the top of my error bars) p

Re: [Matplotlib-users] error bars, plot_date, and connected line

2006-12-03 Thread Pierre GM
On Saturday 02 December 2006 17:39, Simson Garfinkel wrote: > Hi. I'm interested in creating a date plot showing bandwidth along a > link. I want to have a dot in the center of each date with the > average bandwidth and use the error bars to show the 25th and 75th > percentiles. I've been trying to