5 lines
93 B
Batchfile
5 lines
93 B
Batchfile
|
|
set PLOTNAME=%~1
|
|
|
|
gnuplot -p -e "set grid; plot 'output/%PLOTNAME%' with linespoints pt 13"
|