User:Ccicalese: Difference between revisions
From mcr
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<graphviz caption="Graph for example no. 3 (contains Wiki-Links)" alt="phylogenetic tree" format="png"> | <graphviz caption="Graph for example no. 3 (contains Wiki-Links)" alt="phylogenetic tree" format="png"> | ||
digraph example3 { | |||
rankdir=LR; | rankdir=LR; | ||
node [shape=plaintext]; | node [shape=plaintext]; | ||
Line 32: | Line 32: | ||
X3->Cephalopoda | X3->Cephalopoda | ||
X3->Scaphopoda | X3->Scaphopoda | ||
X1->Cat | |||
} | } | ||
</graphviz> | </graphviz> |
Revision as of 11:13, 24 December 2017
<graphviz caption="Graph for example no. 3 (contains Wiki-Links)" alt="phylogenetic tree" format="png"> digraph example3 {
rankdir=LR; node [shape=plaintext]; Mollusca [URL="hello world"]; Neomeniomorpha [URL="w:Neomeniomorpha"]; X1 [shape=point,label=""]; Caudofoveata [URL="w:Caudofoveata"]; Testaria [URL="w:Testaria"]; Polyplacophora [URL="w:Polyplacophora"]; Conchifera [URL="w:Conchifera"]; Tryblidiida [URL="w:Tryblidiida"]; Ganglioneura [URL="w:Ganglioneura"]; Bivalvia [URL="w:Bivalvia"]; X2 [shape=point,label=""]; X3 [shape=point,label=""]; Scaphopoda [URL="w:Scaphopoda"]; Cephalopoda [URL="w:Cephalopoda"]; Gastropoda [URL="w:Gastropoda"]; Mollusca->X1 X1->Testaria Testaria->Conchifera Ganglioneura->X2 X2->Gastropoda Mollusca->Neomeniomorpha X1->Caudofoveata Testaria->Polyplacophora Conchifera->Tryblidiida Ganglioneura ->Bivalvia X2->X3 X3->Cephalopoda X3->Scaphopoda X1->Cat
} </graphviz>
The SRF Graph printer requires the GraphViz, Diagrams or External Data (with <graphviz> tag defined in Tag emulation mode) extension to be installed.