commit fc40c5d85c23b328ce941979ddcfce6b0e85cbf4
parent 5a29a5dd8e6504e5e289e39c0dfbecd708716e0d
Author: Matt Demanett <matt@demanett.net>
Date: Mon, 13 Jan 2020 01:09:34 -0500
Better plotting; scater plotting.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -43,7 +43,6 @@ plot: $(PLOT_OBJECTS)
plotrun: plot
./plot
plotrungp: plot
- # ./plot > plot.tmp && gnuplot -p -e "set yrange [0:1.1]; plot 'plot.tmp' using 1:2 with lines"
./plot > plot.tmp && gnuplot -p test/plot.gp
plot_clean:
rm -f plot plot.tmp $(PLOT_OBJECTS)