Desired outcome: Allow nodes and edges to be plotted from a networkx network.
Proposed implementation: Add argument network to plot with a function that converts networkx.Graph to create (or add to) nodes and edges dataframes at the start of netplotbrain.plot.
Desired outcome: Allow nodes and edges to be plotted from a networkx network.
Proposed implementation: Add argument
network
to plot with a function that converts networkx.Graph to create (or add to) nodes and edges dataframes at the start of netplotbrain.plot.Difficulty: Easy (some networkx knowledge probably needed)