graphviz: Graph visualization software¶
Description¶
Graphviz is open source graph visualization software. It has several main graph layout programs. They take descriptions of graphs in a simple text language, and make diagrams in several useful formats.
License¶
Eclipse Public License 1.0
Upstream Contact¶
Type¶
optional
Dependencies¶
Version Information¶
Installation commands¶
This is a dummy package and cannot be installed using the Sage distribution.
$ apk add graphviz
$ sudo pacman -S graphviz
$ conda install graphviz
$ sudo apt-get install graphviz
$ sudo dnf install graphviz
$ sudo pkg install graphics/graphviz
$ brew install graphviz
$ sudo port install graphviz
$ sudo pacman -S -graphviz
$ nix-env -f \'\<nixpkgs\>\' --install --attr graphviz
$ sudo zypper install graphviz
$ sudo xbps-install graphviz graphviz-devel
If the system package is installed, ./configure
will check if it can be used.