Difference between revisions of "Wgraph"

From FollowTheScore
Jump to: navigation, search
Line 8: Line 8:
 
node x {}
 
node x {}
 
node y {}
 
node y {}
edge x y {}
+
edge x y { label "a connection" }
 
}}
 
}}

Revision as of 17:29, 18 July 2007

wgraph : A universal wiki graph generator

wgraph relies on a graph drawing software called "aiSee". aiSee is free for academic use and can be downloaded from [1]. aiSee is a brilliant product and came out of research results of the University of Bremen and Saarbrücken, Germany, one decade ago.

wgraph integrates aiSee into a mediawiki environment. The syntax you use is basically the "GDL" - notation of aiSEE -- the "Graph Description Language". For use within mediawiki the syntax has been somewhat simplified and enhanced -- resulting in a "mediawiki graph description language" which will be referred to as "MGDL" in the following.

{{#wgraph: name=tmp | gdl | svg | node x {} node y {} edge x y { label "a connection" } }}