It is my first attempt to use graph-tools with python. I have a graph with some important information in Properties Maps (names, topics,...).
When I save the graph using g.save("test.graphml")
, the Property Map related information is not saved: there is just vertices and edges.
I couldn't find a way to save that information as well. Is it possible ?
Thanks in advance.