Hello, I am trying to construct a plot that is a barchartwith the X-axis being
dates. I have used the plot_dates
to generated line plots that look great, however, I cannotfigure out a way to
do a barchart with dates as theXaxis.Has anyone done one of these
___
Hello, I am trying to construct a plot that is a barchartwith the X-axis being
dates. I have used the plot_dates
to generated line plots that look great, however, I cannotfigure out a way to
do a barchart with dates as theXaxis.Has anyone done one of these
___
i 'm using the way
X = load(data1.dat)datalen = X[:, 1]times = X[:, 0]
times is UNIX_TIMESTAMP of datetime.
data1.dat file like this:
1158224731 18581158225026 19261158225328 19591158225627 20171158225931
20201158226229 21031158226534 2098
the end of the polt like this
datal