]> mj.ucw.cz Git - ads1.git/blob - funcs.gp
65da34f4b6d001f8e4f98c7eb1c86522fc752a64
[ads1.git] / funcs.gp
1 #!/usr/bin/gnuplot
2
3 set output "funcs.eps"
4 set terminal postscript eps color
5 plot [1:100] 50*x, 15*x*log(x), x**2
6 #pause mouse