Benutzer:Andreas Plank/Sandkasten2: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 4: | Zeile 4: | ||
<graphviz renderer="neato" format="png"> | <graphviz renderer="neato" format="png"> | ||
− | digraph duiaern {node [style="rounded,filled,bold",shape=box,fixedsize=true,width=1.3,fontname="Arial"];OCV[label="OSE Core\nValues"];open[label="Open"];socialJustice[label="Social\nJustice"];coop[label="Cooperation"]; | + | digraph duiaern {node [style="rounded,filled,bold",shape=box,fixedsize=true,width=1.3,fontname="Arial"]; |
− | OCV->open;OCV->socialJustice; OCV->coop;} | + | OCV[label="OSE Core\nValues"]; |
+ | open[label="Open"]; | ||
+ | socialJustice[label="Social\nJustice"]; | ||
+ | coop[label="Cooperation"]; | ||
+ | OCV->open;OCV->socialJustice; OCV->coop; | ||
+ | } | ||
</graphviz> | </graphviz> | ||
<graphviz renderer="neato" > | <graphviz renderer="neato" > | ||
digraph duiaern2 {OCV->open;OCV->socialJustice;OCV->coop;} | digraph duiaern2 {OCV->open;OCV->socialJustice;OCV->coop;} | ||
</graphviz> | </graphviz> |
Version vom 23. August 2018, 09:11 Uhr
<graphviz border='frame' format='png' caption='Graph for example no. 1'> digraph example1 {Hello->World} </graphviz>
<graphviz renderer="neato" format="png"> digraph duiaern {node [style="rounded,filled,bold",shape=box,fixedsize=true,width=1.3,fontname="Arial"]; OCV[label="OSE Core\nValues"]; open[label="Open"]; socialJustice[label="Social\nJustice"]; coop[label="Cooperation"]; OCV->open;OCV->socialJustice; OCV->coop; } </graphviz> <graphviz renderer="neato" > digraph duiaern2 {OCV->open;OCV->socialJustice;OCV->coop;} </graphviz>