Py之pydotplus:pydotplus的简介、安装、使用方法之详细攻略
Py之pydotplus:pydotplus的简介、安装、使用方法之详细攻略
pydotplus的简介
Graphviz’s dot language Python interface.。pydot模块提供了一个完整的界面,用于在图表语言中的计算机处理和过程图表。
pydotplus是旧pydot项目的一个改进版本,它为graphviz的点语言提供了一个python接口。
API:https://pydotplus.readthedocs.io/
pydotplus的安装
pip install pydotplus
pydotplus的使用方法
graph = pydotplus.graph_from_dot_data(dot_data)
display(Image(graph.create_png()))
赞 (0)