That's the special sauce... Pull up the [graph] and click on the
picture. You should be greeted with text. That text is called DOT,
which is "is a plain text graph description language. It is a simple
way of describing graphs that both humans and computer programs can
use."[dot]
So, there are two things about this that are of interest. First, we
can create a text file that describes, and convert to an image...
Second, if we go about it right, I can create a markup on the wiki
that, coupled with (:pagelist:) would allow us to wiki the graph. I
would think it could be done on a "per system" basis, where one wiki
page is the [system]. There are other [wikis] that use Graphviz, which
converts the text to image.
The [graph] appears to be a network diagram (finite state machine).
The following shows the relationship between the LR_2 node and its
three downstream nodes.
LR_2 -> LR_6 [ label = "SS(b)" ];
LR_2 -> LR_5 [ label = "SS(a)" ];
LR_2 -> LR_4 [ label = "S(A)" ];
So, all we need to do, really, is link a system to its nearest
neighbors, perhaps with something to denote distance (if possible) to
lengthen/shorten the lines (there's a 'len' attribute for edges). It
appears you can color the lines, which would allow assignment of
pollution levels; or just label the line with the pollution (Fudge
Trait style; preferable for color-blindness).
Alternately, I can create a script that will randomly generate systems
in the universe that we would retro-assign system relations within...
I think that's a good starting point. There would be the DOT file that
we could then label systems (nodes) with the appropriate name.
[graph]:
http://www.graphviz.org/Gallery/directed/fsm.html
[dot]:
http://en.wikipedia.org/wiki/DOT_language
[system]: For example:
http://espacesociety.org/StarSystems/NovyaSiberia
[wikis]:
http://en.wikipedia.org/wiki/Graphviz