vz-risk / Verum

Implementation of Context-Graph algorithms for graph enrichment and querying.
Apache License 2.0
24 stars 7 forks source link

add .save() function to networkx storage plugin #28

Closed gdbassett closed 9 years ago

gdbassett commented 9 years ago

Add a .save() function to the networkx storage plugin so that it's easy to save (since everything is internal already).

gdbassett commented 9 years ago

Never mind, it's already there as .write_graph()