Matt Schwennesen
Matt Schwennesen
Removes the `MultiDiGraph_EdgeKey` class for the 3.4 release.
Adds the option to save positions onto the graph. Everything still returns an dict for now for backwards compatibility. In the future we'll want the default behavior to write the...
The first version of the new draw API is ready! It takes the approach that a graph should be able to describe what it looks like and how it should...
This PR updates the following functions to use `display` for the actual drawing. - `draw_networkx_nodes` - `draw_networkx_edges` - `draw_networkx_labels` - `draw_networkx_edge_labels` The goal here is to avoid having two implementations...