Benutzer:Andreas Plank/Sandkasten2: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 4: Zeile 4:
 
    OCV[label="OSE Core\nValues"];
 
    OCV[label="OSE Core\nValues"];
 
   open[label="Open"];
 
   open[label="Open"];
   socialJustice[label="Social Justice"]
+
   socialJustice[label="Social\nJustice"]
 
    coop[label="Cooperation"];
 
    coop[label="Cooperation"];
 
   OCV -> open;
 
   OCV -> open;

Version vom 22. August 2018, 23:33 Uhr

<graphviz renderer="twopi" caption="Open"> digraph soundso {

  node [shape = box3d];
  OCV[label="OSE Core\nValues"];
  open[label="Open"];
  socialJustice[label="Social\nJustice"]
  coop[label="Cooperation"];
  OCV -> open;
  OCV -> socialJustice;
  OCV -> coop;

} </graphviz>