Difference between revisions of "User:Rfs/Other Scratch Page"
< User:Rfs
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | <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> |
− | </ |
Revision as of 08: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>