[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [OT] How to plot time series over weekly / monthly data



Hi

On 7/28/20 8:30 AM, Andreas Tille wrote:
> Any hints?

not sure if this really helps or if I am just misunderstanding your problem:

fake data:

for y in 201{7,8,9} 2020; do for m in {01..12}; do \
echo "$y-$m $RANDOM"; done; done | tee /tmp/data.in

fire up gnuplot:

set xdata time
set timefmt "%Y-%m"
plot '/tmp/data.in' u 1:2 with lines

obviously, you can add grid/labels, use bars, ...

Does this help?

Carsten

-- 
Dr. Carsten Aulbert, Max Planck Institute for Gravitational Physics,
Callinstraße 38, 30167 Hannover, Germany
Phone: +49 511 762 17185

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Reply to: