Skip to content

summary statistic plotting #7

@camillescott

Description

@camillescott

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions