1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2024-11-01 07:24:58 +02:00

tools/ant-cl/plot-diag: remove extra quote

This produced an error message but didn't prevent plot-diag from working.
This commit is contained in:
Werner Almesberger 2012-07-06 14:04:07 -03:00
parent 545e6248f1
commit 7d4b092f45

View File

@ -19,4 +19,4 @@ gnuplot -p \
-e 'set style data lines' \ -e 'set style data lines' \
-e 'unset key' \ -e 'unset key' \
-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"