Difference between revisions of "Graphical overwiev"

From EUDP
Jump to: navigation, search
(New page: <sitegraph type="digraph" layout="neato"> graph [ center=true, fontname="Verdana", bgcolor="transparent", truecolor="true", fontsize=12, overlap="orthoyx", splines="true", ...)
 
 
(2 intermediate revisions by the same user not shown)
Line 16: Line 16:
 
   
 
   
 
edge [
 
edge [
   fontsize=10,
+
   fontsize=12,
 
   arrowsize=0.5,
 
   arrowsize=0.5,
 
   len=0.5
 
   len=0.5
Line 23: 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>