1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2024-11-01 03:25:29 +02:00

tools/ant-cl/plot-diag: add title and labels

This commit is contained in:
Werner Almesberger 2012-07-06 14:15:13 -03:00
parent 7d4b092f45
commit ed19766266

View File

@ -18,5 +18,8 @@ fi
gnuplot -p \
-e 'set style data lines' \
-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,
'$1' using 0:2 with impulses lt 7"