User:Rfs/Other Scratch Page

From FreekiWiki
< User:Rfs
Revision as of 09:59, 24 January 2007 by Rfs (talk | contribs)
Jump to navigation Jump to search
<gnuplot>
  set output 'quadFuncs.png'
  set size 0.4,0.4
  set xlabel "x"
  set ylabel "y"
  plot [x=-4:4] x**2-3, -x**2
</gnuplot>