Difference between revisions of "User:Rfs/Other Scratch Page"
< User:Rfs
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| + | ==>== | ||
<gnuplot> | <gnuplot> | ||
set output 'quadFuncs.png' | set output 'quadFuncs.png' | ||
| Line 6: | Line 7: | ||
plot [x=-4:4] x**2-3, -x**2 | plot [x=-4:4] x**2-3, -x**2 | ||
</gnuplot> | </gnuplot> | ||
| + | |||
| + | ==&== | ||
| + | <graphviz>#!/usr/bin/circo | ||
| + | digraph D { | ||
| + | |||
| + | ae [label="Administration\nand\nEducation"] | ||
| + | pr [label="Production\nand\nReuse"] | ||
| + | rr [label="Receiving\nand\nRecycling"] | ||
| + | cc [label="Coordinating\nCommittee"] | ||
| + | |||
| + | cc -> ae | ||
| + | cc -> pr | ||
| + | cc -> rr | ||
| + | |||
| + | ae -> HR | ||
| + | ae -> KnowledgeBees | ||
| + | ae -> FrontDesk | ||
| + | |||
| + | pr -> ThriftStore | ||
| + | pr -> OnlineSales | ||
| + | pr -> Build | ||
| + | pr -> BulkSales | ||
| + | pr -> Laptops | ||
| + | |||
| + | rr -> Receiving | ||
| + | rr -> Recycling | ||
| + | rr -> | ||
| + | |||
| + | } | ||
| + | </graphviz> | ||
Revision as of 16:12, 22 June 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>
&
