Difference between revisions of "User:Rfs/Other Scratch Page"
< User:Rfs
Jump to navigation
Jump to search
(→&) |
|||
Line 37: | Line 37: | ||
} | } | ||
</graphviz> | </graphviz> | ||
+ | |||
+ | |||
+ | == ^ == |
Revision as of 09:28, 22 May 2008
>
<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>
&