开发者

Generate pretty image of tree/graph

开发者 https://www.devze.com 2022-12-11 20:14 出处:网络
I want to generate a pretty image of my tree/graph data. I had a look at Graphviz, but the renderings are not great. Do you kno开发者_如何学Cw of a solution that will produce pretty images and run on

I want to generate a pretty image of my tree/graph data. I had a look at Graphviz, but the renderings are not great. Do you kno开发者_如何学Cw of a solution that will produce pretty images and run on Linux?


NetworkX is an amazing network graph library, in which you can generate images of graphs and trees.

I would take another look at Graphviz, from my limited experience, the output by default is not all that pretty, but, with a little work, you can style it to look much better.

Another option is Gephi--I've never used it, but it does run on Linux.

0

精彩评论

暂无评论...
验证码 换一张
取 消