mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2024-11-01 05:43:09 +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:
parent
545e6248f1
commit
7d4b092f45
@ -19,4 +19,4 @@ gnuplot -p \
|
||||
-e 'set style data lines' \
|
||||
-e 'unset key' \
|
||||
-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