chiark / gitweb /
graphviz module not working out, do it manually
authorSenji <senji@ysolde.ucam.org>
Wed, 3 Jun 2015 16:20:55 +0000 (17:20 +0100)
committerSenji <senji@ysolde.ucam.org>
Wed, 3 Jun 2015 16:20:55 +0000 (17:20 +0100)
Setting/MercerePortals.mdwn
Setting/MercerePortals.png [new file with mode: 0644]
Setting/mercereportals.dot [new file with mode: 0644]

index 77cd143a7b0162d4dbe1678187f60f4cb694d16a..3ec0cda37af66fed4f9440de3cb7cdfaaeb50833 100644 (file)
@@ -1,124 +1,5 @@
 This is a map of the Mercere Portal network:
 
-[[!graph prog="fdp" src="""
-        size="10,10";        
-        splines=true;
-                
-        subgraph cluster_ga {
-                Valnastium [ href=[[Locations/Alps/Valnastium]] ];
-                label="Greater Alps";
-                graph[style=dotted];
-                bgcolor=yellow;                
-        }
-        subgraph cluster_hi {
-                "Circulus Ruber" [ href=[[Locations/Hibernian/CirculusRuber]] ];
-                Vigil [ href=[[Locations/Hibernian/Vigil]] ];
-                label="Hibernian";
-                graph[style=dotted];
-                bgcolor=pink;               
-        }
-        subgraph cluster_ib {
-                Barcelona ;
-                Unnamed4;
-                label="Iberian";
-                graph[style=dotted];
-                bgcolor=MediumPurple;               
-        }
-        subgraph cluster_le {
-                "Al-Arama";
-                Foothold;
-                "The Hermetic Embassy";
-                label="The Levant";
-                graph[style=dotted];
-                bgcolor=yellow;               
-        }
-        subgraph cluster_ll {
-                Unnamed1;
-                label="Loch Legean";
-                graph[style=dotted];
-                bgcolor="#ff8888";               
-        }                
-        subgraph cluster_no {
-                Fudarus;
-                label="Normandy";
-                graph[style=dotted];
-                bgcolor="#ff8888";               
-        }
-        subgraph cluster_nv {
-                "Priapet Maior";
-                "Rodnya (ex)" [bgcolor=grey];
-                "Three Lakes";
-                label="Novgorod";
-                graph[style=dotted];
-                bgcolor="#ff8888";               
-        }
-        subgraph cluster_pr {
-                Unnamed3;
-                label="Provençal";
-                graph[style=dotted];
-                bgcolor=cyan;               
-        }
-        subgraph cluster_rh {
-                Crintera;
-                Durenmar;
-                Irencillia;
-                label="Rhine";
-                graph[style=dotted];
-                bgcolor=LightBlue;               
-        }
-        subgraph cluster_ro {
-                Harco;
-                Magvillus;
-                Unnamed2;
-                "Vardian's Tomb";
-                Verdi;
-                label="Roman";
-                graph[style=dotted];
-                bgcolor=brown2;               
-        }
-        subgraph cluster_st {
-                "Magnantrum (ex)" [bgcolor=grey];
-                "Schola Pythagorus" [ href=[[Locations/Stonehenge/Schola]] ];
-                label="Stonehenge";
-                graph[style=dotted];
-                bgcolor=green;               
-        }
-        subgraph cluster_th {
-                Hedyosmos;
-                Xylinites;
-                "Moero's Garden";
-                label="Thebes";
-                graph[style=dotted];
-                bgcolor=cyan;               
-        }
-        subgraph cluster_tr {
-                Coeris;
-                label="Transylvanian";
-                graph[style=dotted];
-                bgcolor=green;               
-        }
-
-        "Coeris" -- "Unnamed4";
-        "Crintera" -- "Rodnya (ex)";
-        "Fudarus" -- "Foothold";
-        "Fudarus" -- "Hedyosmos";
-        "Harco" -- "Durenmar";
-        "Harco" -- "Magnantrum (ex)";
-        "Harco" -- "Valnastium";
-        "Harco" -- "Three Lakes";
-        "Magvillus" -- "The Hermetic Embassy";
-        "Schola Pythagorus" -- "Circulus Ruber";
-        "Schola Pythagorus" -- "Unnamed1";
-        "Unnamed2" -- "Coeris";
-        "Unnamed3" -- "Crintera";
-        "Unnamed3" -- "Irencillia";
-        "Valnastium" -- "Barcelona";
-        "Valnastium" -- "Moero's Garden";
-        "Valnastium" -- "Schola Pythagorus";
-        "Valnastium" -- "Xylinites";
-        "Vardian's Tomb" -- "Verdi";
-        "Vardian's Tomb" -- "Al-Arama";
-        "Vigil" -- "Priapet Maior" [label="Merinita"];
-"""]]
+[[MercerePortals.png]]
 
 [[!table file="Setting/mercereportals.dsv"]]
diff --git a/Setting/MercerePortals.png b/Setting/MercerePortals.png
new file mode 100644 (file)
index 0000000..e5a2b93
Binary files /dev/null and b/Setting/MercerePortals.png differ
diff --git a/Setting/mercereportals.dot b/Setting/mercereportals.dot
new file mode 100644 (file)
index 0000000..c8041dc
--- /dev/null
@@ -0,0 +1,121 @@
+graph portals{ 
+        size="10,10";        
+        layout=fdp;
+        splines=true;
+                
+        subgraph cluster_ga {
+                Valnastium;
+                label="Greater Alps";
+                graph[style=dotted];
+                bgcolor=yellow;                
+        }
+        subgraph cluster_hi {
+                "Circulus Ruber";
+                Vigil;
+                label="Hibernian";
+                graph[style=dotted];
+                bgcolor=pink;               
+        }
+        subgraph cluster_ib {
+                Barcelona;
+                Unnamed4;
+                label="Iberian";
+                graph[style=dotted];
+                bgcolor=MediumPurple;               
+        }
+        subgraph cluster_le {
+                "Al-Arama";
+                Foothold;
+                "The Hermetic Embassy";
+                label="The Levant";
+                graph[style=dotted];
+                bgcolor=yellow;               
+        }
+        subgraph cluster_ll {
+                Unnamed1;
+                label="Loch Legean";
+                graph[style=dotted];
+                bgcolor="#ff8888";               
+        }                
+        subgraph cluster_no {
+                Fudarus;
+                label="Normandy";
+                graph[style=dotted];
+                bgcolor="#ff8888";               
+        }
+        subgraph cluster_nv {
+                "Priapet Maior";
+                "Rodnya (ex)" [bgcolor=grey];
+                "Three Lakes";
+                label="Novgorod";
+                graph[style=dotted];
+                bgcolor="#ff8888";               
+        }
+        subgraph cluster_pr {
+                Unnamed3;
+                label="Provençal";
+                graph[style=dotted];
+                bgcolor=cyan;               
+        }
+        subgraph cluster_rh {
+                Crintera;
+                Durenmar;
+                Irencillia;
+                label="Rhine";
+                graph[style=dotted];
+                bgcolor=LightBlue;               
+        }
+        subgraph cluster_ro {
+                Harco;
+                Magvillus;
+                Unnamed2;
+                "Vardian's Tomb";
+                Verdi;
+                label="Roman";
+                graph[style=dotted];
+                bgcolor=brown2;               
+        }
+        subgraph cluster_st {
+                "Magnantrum (ex)" [bgcolor=grey];
+                "Schola Pythagorus";
+                label="Stonehenge";
+                graph[style=dotted];
+                bgcolor=green;               
+        }
+        subgraph cluster_th {
+                Hedyosmos;
+                Xylinites;
+                "Moero's Garden";
+                label="Thebes";
+                graph[style=dotted];
+                bgcolor=cyan;               
+        }
+        subgraph cluster_tr {
+                Coeris;
+                label="Transylvanian";
+                graph[style=dotted];
+                bgcolor=green;               
+        }
+
+        "Coeris" -- "Unnamed4"
+        "Crintera" -- "Rodnya (ex)"
+        "Fudarus" -- "Foothold"
+        "Fudarus" -- "Hedyosmos"
+        "Harco" -- "Durenmar"
+        "Harco" -- "Magnantrum (ex)"
+        "Harco" -- "Valnastium"
+        "Harco" -- "Three Lakes"
+        "Magvillus" -- "The Hermetic Embassy"
+        "Schola Pythagorus" -- "Circulus Ruber"
+        "Schola Pythagorus" -- "Unnamed1"
+        "Unnamed2" -- "Coeris"
+        "Unnamed3" -- "Crintera"
+        "Unnamed3" -- "Irencillia"
+        "Valnastium" -- "Barcelona"
+        "Valnastium" -- "Moero's Garden"
+        "Valnastium" -- "Schola Pythagorus"
+        "Valnastium" -- "Xylinites"
+        "Vardian's Tomb" -- "Verdi"
+        "Vardian's Tomb" -- "Al-Arama"
+        "Vigil" -- "Priapet Maior" [label="Merinita"]
+}