

: Blog about my novels and short stories.If you have stumbled across this document by accident whilst looking for my work as an SF and Fantasy writer, the following links may be more useful to you You can find links to similar documents posts at my blog It’s now offered to anyone who wants to learn DOT by example. It was then extended to become a tutorial for Computing students. This document was originally written as quick reference for myself. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. Graphviz is open source graph visualization software. It is a simple way of describing graphs that both humans and computer programs can read. 2 Introduction 2.1 What is DOT?ĭOT is a plain text graph description language. See the GNU General Public License for more details.

This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#Graphviz dot example software
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.Ĭode in this document is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
