my-happy-graphviz

Python interface to Graphviz's Dot language


License
Apache-2.0
Install
pip install my-happy-graphviz==1.4.27

Documentation

my-happy-graphviz

This project is based on pydot.

test and developing environment

OS: centos7

python: 3.7.7

install

CentOS7

yum install graphviz graphviz-devel
python3.7 -m pip install -U my-happy-graphviz

or

python3.7 -m pip install -i https://pypi.org/simple/ -U my-happy-graphviz

uninstall

python3.7 -m pip uninstall my-happy-graphviz

how to use

See the examples directory in the project.

notice

This version can not support the prog='sfdp'.