davidmcclure / textplot

(Mental) maps of texts with kernel density estimation and force-directed networks.
MIT License
106 stars 35 forks source link

Problem exporting .gml file #3

Open Diogenic opened 6 years ago

Diogenic commented 6 years ago

attempting to use networkx.write_gml() to generate a .gml file from the graph made by build_graph() returns an AttributeError: 'Skimmer' object has no attribute 'is_multigraph'.