Benutzer:Andreas Plank/Sandkasten2

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen

<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];
 node [style="rounded,filled,bold",shape=box,width=0.25,fontname="Arial",fontsize=10];
 edge [len=1.3];
 OCV[label="OSE Core\nValues",fillcolor=76B82A];
 socialJustice[label="Social\nJustice"];
 responsibleDevelopment[label="Responsible\nDevelopment"];
 OCV->Open;
 OCV->socialJustice;
 OCV->Cooperation;
 OCV->Enthusiasm;
 OCV->Freedom;
 OCV->responsibleDevelopment;
 OCV->Transformation;
 OCV->Ethics;
 OCV->Transparency;
 OCV->Respect;
 OCV->Community;
 OCV->Scalability;

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