在Python中生成分层图

时间:2012-08-30 02:38:56

标签: python data-visualization

我的CSV结构如下

1, Part 1
2, Part 12
2, Part 13
3, Part 123
1, Part 2
2, Part 22

有没有办法在Python中创建这样的层次结构图?任何帮助都将不胜感激! http://mirror.neu.edu.cn/mysql/tech-resources/articles/hierarchical-data-1.png

2 个答案:

答案 0 :(得分:2)

您可以生成DOT说明并使用Graphviz进行渲染。它有许多Python绑定:http://www.graphviz.org/Resources.php

答案 1 :(得分:1)

pydotGraphviz的接口,可以all sorts of graphs