Select Git revision
TileConfig.cpp
-
Leon Niklas Lux authoredLeon Niklas Lux authored
eisgenerator_plot 308 B
#!/bin/sh
if ! command -v eisgenerator_export &> /dev/null
then
echo "eisgenerator_export is required in \$PATH"
exit
elif ! command -v gnuplot &> /dev/null
then
echo "gnuplot is required in \$PATH"
exit
fi
eisgenerator_export -q $@ | gnuplot -p -e "set datafile separator ','; plot '-' using 2:3 w l"