     
Node information
» Up to 3 additional information windows can be associated with a node
» The content of an information window is specified by
info1: "one or several line(s) of text"
info2: "one or several line(s) of text"
info3: "one or several line(s) of text"
» Node information
topics to appear in the Information submenu are specified by
infoname1: "Topic: What node info1 is all about"
infoname2: "Topic name for info2"
infoname3: "Topic name for info3"

Example (see slide)
graph: {infoname3: "capital"
node.textcolor : red
edge.arrowstyle: none
node: {title: "Germany" color: 19
bordercolor: 31 info3: "Berlin "}
node: {title: "France" bordercolor: 1 info3: "Paris " }
node: {title: "Italy" bordercolor: 10 info3: "Rome " }
node: {title: "Spain" color: 19 info3: "Madrid" }
edge: { source: "Germany" target: "Italy" }
edge: { source: "France" target: "Spain" }
nearedge: { source: "Germany" target: "France" }
}

Hints
» Use ASCII control characters
to change font style and/or font color within an information window
» Default global attribute values
node.info1: "" // empty string
node.info2: ""
node.info3: ""
node.infoname1: "0" // see Information submenu
node.infoname2: "1"
node.infoname3: "2"

Go to ...
|