#!/usr/bin/gnuplot set output "funcs2.eps" set terminal postscript eps color plot [1:200] x**2+70*x+5000, 2*x**2 #pause mouse