inbox.org

This commit is contained in:
Yann Esposito (Yogsototh) 2021-09-02 10:23:37 +02:00
parent b29cf9190a
commit 396a6cacb9
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -371,7 +371,7 @@ reset
set title "Weight"
set xdata time
set timefmt '%Y-%m-%d'
# set format x "%Y-%m-%d"
set format x "%Y-%m-%d"
set xlabel "date"
set xtics rotate by -45
# set xrange ["2020-01-01":"2022-01-01"]
@ -379,7 +379,7 @@ set xtics rotate by -45
set yrange [60:80]
set ylabel "weight"
plot data using 2:xticlabels(1) t "weight" w lines lw 3
plot data using 1:2 t "weight" w impulses lw 8
#+end_src
#+RESULTS: