Table des matières

Graph Gear Plugin

le plugin : http://www.dokuwiki.org/plugin:graphgear

Graph Gear : http://www.creativesynthesis.net/blog/projects/graph-gear/

Une page sur GraphGear

Démo

<graphgear width=600,height=400,label="My first Graph">
  node1 [label="My first node", fillcolor="lightblue"]
  node2 [label="My second node"]
  
  node1 -> node2 [label="An edge from node1 to node2", fontcolor="red"]
</graphgear>

<graphgear width=600,height=400,label=“My first Graph”>

node1 [label="My first node", fillcolor="lightblue"]
node2 [label="My second node"]

node1 -> node2 [label="An edge from node1 to node2", fontcolor="red"]

</graphgear>