Benutzer:Andreas Plank/Sandkasten2: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 7: Zeile 7:
 
   OCV[label="OSE Core\nValues"];
 
   OCV[label="OSE Core\nValues"];
 
   socialJustice[label="Social\nJustice"];
 
   socialJustice[label="Social\nJustice"];
   OCV->Open;OCV->socialJustice;OCV->Cooperation;
+
   OCV->Open;
 +
  OCV->socialJustice;
 +
  OCV->Cooperation;
 
}
 
}
 
</graphviz>
 
</graphviz>

Version vom 23. August 2018, 09:13 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"];
 socialJustice[label="Social\nJustice"];
 OCV->Open;
 OCV->socialJustice;
 OCV->Cooperation;

} </graphviz> <graphviz renderer="neato" > digraph duiaern2 {OCV->open;OCV->socialJustice;OCV->coop;} </graphviz>