mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2024-11-01 07:23:09 +02:00
tools/ant-cl/plot-diag: add title and labels
This commit is contained in:
parent
7d4b092f45
commit
ed19766266
@ -18,5 +18,8 @@ fi
|
|||||||
gnuplot -p \
|
gnuplot -p \
|
||||||
-e 'set style data lines' \
|
-e 'set style data lines' \
|
||||||
-e 'unset key' \
|
-e 'unset key' \
|
||||||
|
-e "set title '$1 (`stat -c '%y' \"$1\" | sed 's/\..*//'`)'" \
|
||||||
|
-e 'set xlabel "Pattern"' \
|
||||||
|
-e 'set ylabel "AVcc (V)"' \
|
||||||
-e "plot '$1' using 0:2, '$1' using 0:3, '$1' using 0:4, '$1' using 0:5,
|
-e "plot '$1' using 0:2, '$1' using 0:3, '$1' using 0:4, '$1' using 0:5,
|
||||||
'$1' using 0:2 with impulses lt 7"
|
'$1' using 0:2 with impulses lt 7"
|
||||||
|
Loading…
Reference in New Issue
Block a user