Save the graph after manipulating in the interactive window
Hi guys, at first: thanks for your really powerful package. It makes a lot of fun. My question: it is possible to save the graph automatically after manipulating in the interactive mode? I have the problem of networks with a lot of edges and would prefer to built up the network in the interactive window before draw it as a pdf-file. And by the way, I installed the pre-compiled package on a ubuntu machine and found a typo in the the installation documentation ('http://graph-tool.skewedstalling process.de//download#packages'). I think it should be 'add-apt-repository ppa:ubuntu-toolchain-r/test' instead of 'add-apt-repository ppa:ubuntu-tool chain-r/test' Thanks for your great work, Jonathan -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.
On 10.12.2015 22:12, JBiB wrote:
Hi guys, at first: thanks for your really powerful package. It makes a lot of fun. My question: it is possible to save the graph automatically after manipulating in the interactive mode? I have the problem of networks with a lot of edges and would prefer to built up the network in the interactive window before draw it as a pdf-file.
The graph_draw() function returns the current node positions as a property map. You can simply save this property map with the graph.
And by the way, I installed the pre-compiled package on a ubuntu machine and found a typo in the the installation documentation ('http://graph-tool.skewedstalling process.de//download#packages'). I think it should be 'add-apt-repository ppa:ubuntu-toolchain-r/test' instead of 'add-apt-repository ppa:ubuntu-tool chain-r/test'
Thanks, I've fixed it. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
participants (2)
-
JBiB -
Tiago de Paula Peixoto