Smallville Graph Experiment: Difference between revisions

From RPGS surrounding the Labcats
No edit summary
No edit summary
 
Line 84: Line 84:


[McNeil Park] {class: location; shape: diamond }
[McNeil Park] {class: location; shape: diamond }
[McNeil Park] -- is near --> [University Dorm]
[Schuster Conservatory] {class: location; shape: diamond }
[Straw Island] {class: location; shape: diamond }
[Tor Towers] {class: location; shape: diamond }
[Wolfman Hospital] {class: location; shape: diamond }
[Wolfman Hospital] -- is next to --> [Tor Towers]
[University Dorm] {class: location; shape: diamond }
[University Dorm] -- is near --> [McNeil Park]
</graph>
==Sophia==
<graph>
graph { output: graphviz; flow: east; linkbase: /rpg/index.php/;
        x-dot-ratio:  compress;  x-dot-model: circuit; x-dot-overlap: true; x-dot-sep: 0; }
# a default to make missing classes more obvious
node.nodeclass { shape: triangle }
node.lead { shape: rect; autolink: name; x-dot-rank: 2; group: Leads}
node.extra { shape: circle; group: Extras }
node.feature { shape: circle; border: double; group: Features; }
node.location { shape: diamond; group: Locations }
# LEADS
[Boadicea "Bo" Blackwater] {class: lead; flow: right; fill: skyblue; border: navy}
[Boadicea "Bo" Blackwater] --> {color: navy} [Sophia Byrne]
[Sophia Byrne]  {class: lead; fill: violet; border: magenta}
[Sophia Byrne]  --> {color: magenta} [Boadicea "Bo" Blackwater]
[Sophia Byrne] --> {color: magenta} [Sandy Spade]
[Sophia Byrne] --> {color: magenta} [Laura Jones]
[Sophia Byrne] --> {color: magenta} [Electra Ellis]
[Sophia Byrne] -- granddaughter of --> {color: magenta} [Prudence Byrne]
[Sophia Byrne] -- dreams of --> {color: magenta} [Bella Blackwater]
[Sophia Byrne] -- advises --> {color: magenta} [Steve Ross]
[Sophia Byrne] -- shops at --> {color: magenta} [Parthenon Books]
[Sophia Byrne] -- lives at --> {color: magenta} [The Nebraska]
[Sophia Byrne] -- practices at --> {color: magenta} [Schuster Conservatory]
[Sophia Byrne] -- volunteers at --> {color: magenta} [Wolfman Hospital]
[Electra Ellis] {class: lead; fill: salmon; border: red}
[Electra Ellis] --> {color: red} [Sophia Byrne]
[Laura Jones] {class: lead; fill: greenyellow; border: green}
[Laura Jones] --> {color: green} [Sophia Byrne]
[Sandy Spade]  {class: lead; fill: yellow; border: brown}
[Sandy Spade] --> {color: brown} [Sophia Byrne]
(Leads:
[Boadicea "Bo" Blackwater] {class: lead; flow: right}
[Sophia Byrne]  {class: lead; flow: left}
[Electra Ellis] {class: lead; flow: up;}
[Laura Jones] {class: lead; flow: down}
[Sandy Spade]  {class: lead; flow: down}
)
# FEATURES
[Prudence Byrne] {class: feature; shape: circle }
[Prudence Byrne] -- owns --> [Tor Towers]
[Prudence Byrne] -- wants to buy --> [13 Court Street]
[Prudence Byrne] -- consults --> [Foley Ravenscroft]
[Prudence Byrne] -- funds --> [Schuster Conservatory]
[Einstein Ellis] {class: feature; shape: circle}
[Einstein Ellis] -- has a secret base on --> [Straw Island]
[Einstein Ellis] -- used to babysit --> [Sophia Byrne]
[Foley Ravenscroft] {class: feature; shape: circle}
[Foley Ravenscroft] -- mediates at --> [McNeil Park]
[Foley Ravenscroft] -- went to school with --> [Sophia Byrne]
# EXTRAS
[Steve Ross] {class: extra; shape: circle }
[Steve Ross] -- tips off --> [Sophia Byrne]
[Elsinore Jones] {class: extra;shape: circle }
[Elsinore Jones] -- married to --> [Nichole Charles]
[Elsinore Jones] -- audience of --> [Sophia Byrne]
# LOCATIONS
[13 Court Street] {class: location; shape: diamond }
[Brownian Motion] {class: location; shape: diamond }
[Brownian Motion] -- loathes --> [Nichole Charles]
[Brownian Motion] -- asked to perform --> [Sophia Byrne]
[Einstein's Lab] {class: location; shape: diamond }
[Einstein's Lab] -- is on --> [Straw Island]
[McNeil Park] {class: location; shape: diamond }
[McNeil Park] -- holds busking sites for --> [Sophia Byrne]
[McNeil Park] -- is near --> [University Dorm]
[McNeil Park] -- is near --> [University Dorm]


Line 93: Line 198:


[Straw Island] {class: location; shape: diamond }
[Straw Island] {class: location; shape: diamond }
[Straw Island] -- being investigated by --> [Sandy Spade]


[Tor Towers] {class: location; shape: diamond }
[Tor Towers] {class: location; shape: diamond }
Line 101: Line 207:
[University Dorm] {class: location; shape: diamond }
[University Dorm] {class: location; shape: diamond }
[University Dorm] -- is near --> [McNeil Park]
[University Dorm] -- is near --> [McNeil Park]


</graph>
</graph>

Latest revision as of 14:40, 23 March 2016

The big graph was pretty unreadable, so here are some experiments at smaller graphs.

All created with Graph::Easy.

Bo

Syntax error

Sophia

Syntax error