Skip to content

Add a histogram stacking function #226

Description

@johannes-mueller

User story

As a user who visualizes 2d load histograms I need a convenient way to transform histograms to a data structure that I can feed into plotly.express.imshow or matplotlib.pyplot.hist2d. That is basically what demos/helper_function provides.

Requirements

Provide a convenient function that basically does hist.to_frame().stack(<x-axis-level).to_numpy()

Metadata

Metadata

Assignees

No one assigned

    Labels

    convenienceConvenience for users or developers. Enable shorter, less error prone code.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions