This commit is contained in:
Yann Esposito (Yogsototh) 2021-09-02 10:28:39 +02:00
parent d91ddeadfa
commit bc5fcc7efb
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
3 changed files with 2 additions and 2 deletions

View file

@ -376,10 +376,10 @@ set xlabel "date"
set xtics rotate by -45
# set xrange ["2020-01-01":"2022-01-01"]
set yrange [60:80]
set yrange [56:80]
set ylabel "weight"
plot data using 1:2 t "weight" w impulses lw 3
plot data using 1:2 t "weight" w impulses lw 3, 64 w lines lw 2
#+end_src
#+RESULTS:

Binary file not shown.

BIN
weight.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5 KiB