KletterWiki:Wgraph: Unterschied zwischen den Versionen

Aus KletterWiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: {{#wgraph: svg | thumb = 40 | node wgl { type data label "text notation\n-- WGL --" } edge wgl wgraph { kind rightnear color red } node wgraph {...)
 
 
Zeile 1: Zeile 1:
 +
Wgraph requires a valid license of aiSee (http://www.absint.com/aisee/download/).
 +
 
{{#wgraph: svg | thumb = 40 |
 
{{#wgraph: svg | thumb = 40 |
 
   node wgl        { type data    label "text notation\n-- WGL --" }
 
   node wgl        { type data    label "text notation\n-- WGL --" }

Aktuelle Version vom 24. November 2008, 20:22 Uhr

Wgraph requires a valid license of aiSee (http://www.absint.com/aisee/download/).

{{#wgraph: svg | thumb = 40 |

 node wgl         { type data     label "text notation\n-- WGL --" }
 edge wgl wgraph  { kind rightnear color red }
 node wgraph      { type process  label "Wgraph\nmediawiki extension" }
 edge wgraph gdl  { }
 node gdl         { type data     label "graph definition\n-- GDL --" }
 edge gdl aisee   { }
 node aisee       { type process  label "aiSee\nlayout generator" 
                    href aiSee } // hyperlink to article (only svg)
 edge aisee img   { kind leftnear color blue }
 node img         { type data     label "image\n-- png, svg --" 
                    shape hexagon }
 nodetype data    { shape ellipse, color lightyellow,
                    bordercolor khaki, height 60 }
 nodetype process { shape box color lightmagenta 
                    bordercolor magenta height 60 }
 xspace=70, yspace=100

}}