Outils pour utilisateurs

Outils du site


wiki:plugins_installes:graphgear

Table des matières

Graph Gear Plugin

Démo

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

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

node1 [label=&quot;My first node&quot;, fillcolor=&quot;lightblue&quot;]
node2 [label=&quot;My second node&quot;]

node1 -> node2 [label=&quot;An edge from node1 to node2&quot;, fontcolor=&quot;red&quot;]

</graphgear>

wiki/plugins_installes/graphgear.txt · Dernière modification : de 127.0.0.1

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki