Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

summary statistic plotting #7

Open
camillescott opened this issue Mar 30, 2018 · 4 comments
Open

summary statistic plotting #7

camillescott opened this issue Mar 30, 2018 · 4 comments
Labels
enhancement New feature or request
Milestone

Comments

@camillescott
Copy link
Contributor

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!

@camillescott camillescott added the enhancement New feature or request label Mar 30, 2018
@jarrodmillman
Copy link
Member

+1 on the general idea

@camillescott
Copy link
Contributor Author

camillescott commented Mar 31, 2018 via email

@jarrodmillman jarrodmillman added this to the 0.1 milestone Mar 31, 2018
@jarrodmillman
Copy link
Member

Thanks!

@tacaswell
Copy link
Collaborator

matplotlib/matplotlib#10956 is another thing that we should maybe make easy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

3 participants