working on something, i dunno

This commit is contained in:
othocaeS 2017-02-03 03:38:37 -05:00
parent 509b18e2ce
commit 8de037bd3e

View File

@ -33,6 +33,7 @@ open my $P, "|-", "gnuplot" or die;
printflush $P qq[
unset key
set logscale xy
set xrange [.001,1000]
plot "$N"
];
<STDIN>;