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
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
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 figure out how to do this and am
having problems.
From my