Benutzer:Andreas Plank/Sandkasten2: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 7: | Zeile 7: | ||
coop[label="Cooperation"]; | coop[label="Cooperation"]; | ||
OCV -> open; | OCV -> open; | ||
+ | OCV -> socialJustice; | ||
+ | OCV -> coop; | ||
+ | } | ||
+ | </graphviz> | ||
+ | <graphviz renderer="neato" > | ||
+ | digraph duiaern2 { | ||
+ | node [style="rounded,filled,bold", shape=box, fixedsize=true, width=1.3, fontname="Arial"]; | ||
+ | OCV -> open; | ||
OCV -> socialJustice; | OCV -> socialJustice; | ||
OCV -> coop; | OCV -> coop; | ||
} | } | ||
</graphviz> | </graphviz> |
Version vom 22. August 2018, 23:38 Uhr
<graphviz renderer="neato" > 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 {
node [style="rounded,filled,bold", shape=box, fixedsize=true, width=1.3, fontname="Arial"]; OCV -> open; OCV -> socialJustice; OCV -> coop;
} </graphviz>