commit 9e8f1fd929ec3c8e061d82081b1a0dcd0a02c910 parent cf6e8550143e46a0e97565e41776b72a108c65f7 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Tue, 10 Jun 2014 18:13:13 +0200 update Diffstat:
script.gnuplot | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/script.gnuplot b/script.gnuplot @@ -1,4 +1,4 @@ set term png set output "plot.png" set nokey -plot "data" using 1:2 +plot "data" using 1:2, x**(5./3), .25*x**2