femodin/plot.bat
2026-03-18 15:16:21 +01:00

5 lines
93 B
Batchfile

set PLOTNAME=%~1
gnuplot -p -e "set grid; plot 'output/%PLOTNAME%' with linespoints pt 13"