0

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.

Fraxœ
  • 1
  • 2

1 Answers1

0

You can make property maps internal. See this link:

https://graph-tool.skewed.de/static/doc/quickstart.html#internal-property-maps

Peaceful
  • 4,920
  • 15
  • 54
  • 79