Re: [graph-tool] Point Lables

2015-03-28 Thread Johann
This is just what I was looking for, thank you! graph-tool is among the best projects I have ever used, thank you so much guys! -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/Point-Lables-tp4026019p4026054.html Sent from the Main

Re: [graph-tool] Point Lables

2015-03-27 Thread Tiago de Paula Peixoto
On 28.03.2015 01:13, Johann wrote: Tiago de Paula Peixoto tiago at skewed.de writes: On 06.03.2015 01:20, dartdog wrote: In doing visual exploration it is way helpful to be able to see the properties of a point in a cluster.. The pretty graphs alone are not so helpful? You can place

[graph-tool] Point Lables

2015-03-06 Thread dartdog
I go the initial examples going in an IPython Notebook with no problem, looks great! The SIRS example, and the Price network I'd be happy to post the Gists of them at github. since so many are now using IPython notebooks for analysis. In the examples there are none with hover labels on the

Re: [graph-tool] Point Lables

2015-03-06 Thread Tiago de Paula Peixoto
On 06.03.2015 01:20, dartdog wrote: In doing visual exploration it is way helpful to be able to see the properties of a point in a cluster.. The pretty graphs alone are not so helpful? You can place labels on the vertices with the 'vertex_text' parameter: graph_draw(g, vertex_text=labels)