-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
During the brainstorming process we discussed supporting plots of summary statistics. Let's consider some possibilities...
- degree distribution: like
plot_degree_dist(network, kde=False, ...) - distribution of arbitrary node/edge attribute:
plot_node_attribute(network, 'weight', kind='kde', ...) - adj matrix:
plot_adjacency_matrix(network, **heatmap_args)
Please add more as you think of them!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request