Benutzer:Andreas Plank/Sandkasten2: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
 
<graphviz renderer='dot' caption='Open'>
 
<graphviz renderer='dot' caption='Open'>
 
digraph {
 
digraph {
 +
  shape="box3d";
 
   layout="circo";
 
   layout="circo";
 
    OCV[label="OSE Core\nValues"];
 
    OCV[label="OSE Core\nValues"];

Version vom 22. August 2018, 23:25 Uhr

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

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

} </graphviz>