User: GNUtoo/TESTS

From LibrePlanet
Jump to: navigation, search
(Test graphviz)
 
(graphviz: used https://web.archive.org/web/20180428162301/http://www.linuxdevcenter.com/pub/a/linux/2004/05/06/graphviz_dot.html as a reference.)
 
Line 4: Line 4:
 
graph hello {
 
graph hello {
  
// Comment: Hello World from ``dot``
+
Node1 [label="Hello LibrePlanet"]
// a graph with a single node Node1
 
 
 
Node1 [label="Hello, World!"]
 
  
 
}
 
}
 
</graphviz>
 
</graphviz>

Latest revision as of 14:56, 4 June 2024

graphviz

<graphviz> graph hello {

Node1 [label="Hello LibrePlanet"]

} </graphviz>