View Original: | Polytree.svg (246x264) | |||
Download: | Original | Medium | Small | Thumb |
Courtesy of: | commons.wikimedia.org | More Like This | ||
Keywords: Polytree.svg An example of a polytree for use in Wikipedia Own 2006-06-01 luis luispedro org Converted to SVG by Oleg Alexandrov 02 44 3 August 2007 UTC Public Domain Dot Source File <pre> digraph T A -> C; A -> D; B -> D; B -> E; D -> F; D -> G; G -> I; H -> I; </pre> Created with the command dot graph_pic dot -Tsvg > Polytree svg where dot is part of the graphviz package tree structures Images with Dot source code |