After generating x/y layout coordinates for a graph in NetworkX, how do I export the graph, along with node positions, as part of the node definition using something like GraphML?
The layout algorithms don't seem to annotate the graph directly? Or do they?!