Benutzer:Andreas Plank/Sandkasten2: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 3: Zeile 3:
 
   layout="circo";
 
   layout="circo";
 
    OCV[label="OSE Core\nValues"];
 
    OCV[label="OSE Core\nValues"];
 +
  open[label="Open"];
 +
  socialJustice[label="Social Justice"]
 +
  coop[label="Cooperation"];
 
   OCV -> open;
 
   OCV -> open;
    OCV -> social;
+
    OCV -> socialJustice;
 +
  OCV -> coop;
 
}
 
}
 
</graphviz>
 
</graphviz>

Version vom 22. August 2018, 23:22 Uhr

<graphviz renderer='dot' caption='Open'> digraph {

  layout="circo";
  OCV[label="OSE Core\nValues"];
  open[label="Open"];
  socialJustice[label="Social Justice"]
  coop[label="Cooperation"];
  OCV -> open;
  OCV -> socialJustice;
  OCV -> coop;

} </graphviz>