August 2019
Beginner to intermediate
798 pages
17h 2m
English
Graphviz is a very handy compilation of utilities and a computer language that allows you to draw complex graphs. Strictly speaking, Graphviz is a collection of tools for manipulating both directed and undirected graph structures and generating graph layouts. Graphviz has its own language, named DOT, which is simple, elegant, and powerful. The good thing about Graphviz is that you can write its code using a simple plain text editor. A wonderful side effect of this feature is that you can easily develop scripts that generate Graphviz code. Also, most programming languages, including Python, Ruby, C++, and Perl, provide their own interfaces for creating Graphviz files using native code.
Read now
Unlock full access