Difference between revisions of "User:Rfs/Other Scratch Page"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
my test
+
<gnuplot>
 
+
  set output 'quadFuncs.png'
hello
+
  set size 0.4,0.4
* test
+
  set xlabel "x"
<pre>
+
  set ylabel "y"
hello
+
  plot [x=-4:4] x**2-3, -x**2
* test
+
</gnuplot>
</pre>
 

Revision as of 09:59, 24 January 2007

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