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

From FreekiWiki
Jump to navigation Jump to search
Line 43: Line 43:
 
   digraph D {
 
   digraph D {
  
 +
start [label="Start here", shape="rectangle"]
 
discussion1 [label="General discussion", shape="rectangle"]
 
discussion1 [label="General discussion", shape="rectangle"]
 
proposal1 [label="Proposal"]
 
proposal1 [label="Proposal"]
Line 59: Line 60:
 
start -> discussion1
 
start -> discussion1
 
start -> proposal2
 
start -> proposal2
 
discussion1 -> proposal2 [label="OR", arrowhead="none", style="dashed"]
 
discussion2 -> proposal1 [label="OR", arrowhead="none", style="dashed"]
 
  
 
discussion1 -> proposal1
 
discussion1 -> proposal1

Revision as of 12:39, 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>

&

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.


^

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.