Simulation-Decomposition / Simulation-Decomposition/simdec-python
Interactive figures
オープン
まだ誰も着手していません。
dashboard
enhancement
Upstream
- 主要言語
- Python
- スター
- 31
- フォーク
- 2
- 平均マージ
- 4日 18時間
- マージ済み PR(30日)
- 2
説明
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)
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- data-visualization
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100