Simulation-Decomposition / Simulation-Decomposition/simdec-python
Interactive figures
Open
Nobody has claimed this yet.
dashboard
enhancement
Upstream
- Dominant language
- Python
- Stars
- 31
- Forks
- 2
- Avg merge
- 4d 18h
- Merged PRs (30d)
- 2
Description
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)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Discourse discussion about the stacked histogram and compare its requirements with the provided Python hvplot boxplot example. The issue does not name implementation files, tests, or a precise interaction design; done would require an agreed stacked-histogram figure that complements the shown boxplot.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100