User:CylonU87/Sandbox

From Battlestar Wiki, the free, open content Battlestar Galactica encyclopedia and episode guide
Revision as of 07:17, 31 January 2012 by CylonU87 (talk | contribs)

Testing Gnuplot

<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>