Difference between revisions of "Graphical overwiev"

From EUDP
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
A graphical overview of the eudp.net site.
 
 
 
<sitegraph type="digraph" layout="neato">
 
<sitegraph type="digraph" layout="neato">
 
graph [
 
graph [
Line 18: Line 16:
 
   
 
   
 
edge [
 
edge [
   fontsize=10,
+
   fontsize=12,
 
   arrowsize=0.5,
 
   arrowsize=0.5,
 
   len=0.5
 
   len=0.5
Line 25: Line 23:
 
node [
 
node [
 
   fontsize=12,
 
   fontsize=12,
   shape="ellipse",
+
   shape="plaintext",
 
   height=0.25,
 
   height=0.25,
 
   width=0.25,
 
   width=0.25,

Latest revision as of 14:36, 11 July 2012

<sitegraph type="digraph" layout="neato"> graph [

 center=true,
 fontname="Verdana",
 bgcolor="transparent",
 truecolor="true",
 fontsize=12,
 overlap="orthoyx",
 splines="true",
 pack="true",
 sep="0.1",
 dpi=62,
 ratio="compress",
 epsilon="0.001",

];

edge [

 fontsize=12,
 arrowsize=0.5,
 len=0.5

];

node [

 fontsize=12,
 shape="plaintext",
 height=0.25,
 width=0.25,
 fontcolor=blue,

]; </sitegraph>