Skip to content

Interactive figures #1

Open
Open
@tupui

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

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