Difference between revisions of "Wgraph:Ming01.wgl"

From FollowTheScore
Jump to: navigation, search
(New page: graph: { // generated by Wgraph at 11:29, 12 August 2009 // see http://semeb.com/dpldemo/index.php/Wgraph colorentry 32: 255 51 170 title: "Example 2" classname 1: "roommate" classname 2: ...)
 
Line 1: Line 1:
graph: {
+
node A {test}
// generated by Wgraph at 11:29, 12 August 2009
+
node B {}
// see http://semeb.com/dpldemo/index.php/Wgraph
+
node C {}
colorentry 32: 255 51 170
+
node D {}
title: "Example 2"
+
node E {}
classname 1: "roommate"
+
 
classname 2: "friend"
+
edge A D {}
orientation: toptobottom
+
edge A B {}
splines: yes
+
edge A C {}
displayedgelabels: yes
+
edge B C {}
node: {
+
edge B E {}
title: "Signac"
 
scaling: 2.0
 
bordercolor: blue
 
color: yellow
 
label: "Signac"
 
}
 
node: {
 
info3: "href:../../index.php?title=Henri+Matisse;"
 
title: "Henri Matisse"
 
label: "Henri Matisse"
 
}
 
node: {
 
title: "Gauguin"
 
color: green
 
shape: ellipse
 
label: "Gauguin"
 
}
 
node: {
 
title: "Picasso"
 
label: "Picasso"
 
}
 
edge: {
 
source: "Signac"
 
target: "Picasso"
 
}
 
edge: {
 
source: "Gauguin"
 
target: "Henri Matisse"
 
color: gold
 
class: 1
 
fontname: "HelvO10"
 
}
 
edge: {
 
source: "Gauguin"
 
target: "Signac"
 
label: "good friend"
 
color: 32
 
fontname: "HelvO10"
 
class: 2
 
}
 
edge: {
 
source: "Signac"
 
target: "Henri Matisse"
 
}
 
}
 

Revision as of 12:41, 12 August 2009

node A {test} 
node B {}
node C {}
node D {}
node E {}
edge A D {}
edge A B {}
edge A C {}
edge B C {}
edge B E {}