Skip to content

Interactive figures #1

Description

@tupui

Stacked histogram:

https://discourse.holoviz.org/t/stacked-histogram/6205

Boxplot is fine:

df_melted = res.bins.melt()
df_melted.hvplot(kind="box", y='value', by='variable', c='variable', invert=True, xlabel="variable", ylabel="value",
                 cmap=colors_hex[::-1], legend=False, 
                 width=500, height=500, padding=0.4)
Screenshot 2023-10-13 at 17 48 51

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    UpstreamNot actionable directly as linked to a dependencydashboardenhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions