logs: Tweak plot styling
Show a grid.
This commit is contained in:
parent
ac1d5cf147
commit
30931d957f
|
@ -2,5 +2,6 @@ FILES = system("ls -1 pressure-*.csv")
|
|||
LABEL = system("ls -1 pressure-*.csv | sed 's/pressure-\\(.*\\)\\..*/\\1/'")
|
||||
|
||||
set logscale y
|
||||
set grid mytics ytics xtics
|
||||
|
||||
plot for [i=1:words(FILES)] word(FILES,i) using 1:2 title word(LABEL,i) with lines
|
||||
|
|
Loading…
Reference in a new issue