Simulation-Decomposition / simdec-python

Sensitivity analysis using simulation decomposition
https://simdec.readthedocs.io
BSD 3-Clause "New" or "Revised" License
21 stars 0 forks source link

Interactive figures #1

Open tupui opened 10 months ago

tupui commented 10 months ago

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 commented 10 months ago

Another solution https://panel.holoviz.org/reference/panes/ECharts.html