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

From FreekiWiki
Jump to navigation Jump to search
Line 40: Line 40:
  
 
== ^ ==
 
== ^ ==
 +
<graphviz>
 +
  digraph D {
 +
 +
discussion [label="Discussion"]
 +
proposal [label="Proposal"]
 +
test [label="Test for consensus"]
 +
modifications [label="Modify proposal"]
 +
concerns [label="State concerns"]
 +
block [label="Block decision"]
 +
standaside [label="Stand aside"]
 +
consensus [label="Consensus achieved"]
 +
action [label="Action points"]
 +
 +
 +
discussion -> proposal
 +
proposal -> test
 +
test -> concerns [label="NO"]
 +
test -> consensus [label="YES"]
 +
concerns -> discussion
 +
concerns -> modifications
 +
modifications -> test
 +
concerns -> standaside
 +
concerns -> block
 +
standaside -> consensus
 +
consensus -> action
 +
 +
}
 +
</graphviz>

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