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

Interactive figures #1

Open
tupui opened this issue Oct 13, 2023 · 1 comment
Open

Interactive figures #1

tupui opened this issue Oct 13, 2023 · 1 comment
Labels
dashboard enhancement New feature or request Upstream Not actionable directly as linked to a dependency

Comments

@tupui
Copy link
Member

tupui commented Oct 13, 2023

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
@tupui tupui added dashboard enhancement New feature or request labels Oct 13, 2023
@tupui tupui added the Upstream Not actionable directly as linked to a dependency label Oct 18, 2023
@tupui
Copy link
Member Author

tupui commented Oct 27, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dashboard enhancement New feature or request Upstream Not actionable directly as linked to a dependency
Projects
None yet
Development

No branches or pull requests

1 participant