14 Mar
2014
14 Mar
'14
2:52 p.m.
On 03/14/2014 12:10 PM, Joel Moberg wrote:
I don't know if this feature exists already, I haven't found it atleast. In IPython notebook it would be nice to draw a graph when calling `graph_draw(`. I found how igraph did some of this here: https://github.com/igraph/igraph/pull/7/files.
This is a good idea, and it is in fact very easy to implement. In the current git version you can do: graph_draw(g, inline=True) which will draw an inline image within an Ipython notebook. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>