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 {
  
discussion [label="Discussion"]
+
discussion1 [label="Discussion", shape="rectangle"]
proposal [label="Proposal"]
+
proposal1 [label="Proposal"]
 +
proposal2 [label="Proposal", shape="rectangle"]
 +
discussion2 [label="Discussion"]
 
test [label="Test for consensus"]
 
test [label="Test for consensus"]
 
modifications [label="Modify proposal"]
 
modifications [label="Modify proposal"]
 
concerns [label="State concerns"]
 
concerns [label="State concerns"]
block [label="Block decision"]
+
block [label="Block decision", shape="rectangle"]
 
standaside [label="Stand aside"]
 
standaside [label="Stand aside"]
consensus [label="Consensus achieved"]
+
consensus [label="Consensus achieved", shape="rectangle"]
action [label="Action points"]
+
action [label="Action points", shape="rectangle"]
  
  
discussion -> proposal
+
discussion1 -> proposal1
proposal -> test
+
proposal1 -> test
 +
proposal2 -> discussion2
 +
discussion2 -> test
 
test -> concerns [label="NO"]
 
test -> concerns [label="NO"]
 
test -> consensus [label="YES"]
 
test -> consensus [label="YES"]

Revision as of 10:54, 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.