wiheto / netplotbrain

A package to create simple 3D network visualizations on a brain.
Apache License 2.0
67 stars 7 forks source link

ENH: NetworkX integration #35

Closed wiheto closed 2 years ago

wiheto commented 2 years ago

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)

wiheto commented 2 years ago

Included in #85dba92