Hi,
I am trying to plot a very simple 2-d graph using the with boxes command
as
follows:
set xdata time
set timefmt "%B/%y"
set format x "%b/%y"
plot 'filename.dat' using 1:2 with boxes
Now I wish to include "set boxwidth" in this somewhere, but no matter
where
I include it it reduces the boxes to vertical lines. I'm convinced its the
fault of timefmt, but don;t know why. Any help would be gratefully
received.
Thanks