Benutzer:Andreas Plank/Sandkasten2: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 5: | Zeile 5: | ||
<graphviz renderer="neato" format="png"> | <graphviz renderer="neato" format="png"> | ||
digraph duiaern { | digraph duiaern { | ||
− | graph [pad="0. | + | graph [pad="0.1", nodesep="2"]; |
node [style="rounded,filled,bold",shape=box,width=1,fontname="Arial"]; | node [style="rounded,filled,bold",shape=box,width=1,fontname="Arial"]; | ||
OCV[label="OSE Core\nValues"]; | OCV[label="OSE Core\nValues"]; |
Version vom 23. August 2018, 09:20 Uhr
<graphviz border='frame' format='png' caption='Graph for example no. 1'> digraph example1 {Hello->World} </graphviz>
<graphviz renderer="neato" format="png"> digraph duiaern {
graph [pad="0.1", nodesep="2"]; node [style="rounded,filled,bold",shape=box,width=1,fontname="Arial"]; OCV[label="OSE Core\nValues"]; socialJustice[label="Social\nJustice"]; responsibleDevelopment[label="Responsible\nDevelopment"]; OCV->Open; OCV->socialJustice; OCV->Cooperation; OCV->Enthusiasm; OCV->Freedom; OCV->Transformation; OCV->Ethics; OCV->responsibleDevelopment; OCV->Respect; OCV->Transparency; OCV->Community; OCV->Scalability;
} </graphviz> <graphviz renderer="neato" > digraph duiaern2 {OCV->open;OCV->socialJustice;OCV->coop;} </graphviz>