views:

267

answers:

1

Hello,

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 know of a solution that will produce pretty images and run on Linux?

+1  A: 

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.

John Paulett
wow the Gephi renders are beautiful
Plumo