Simulation-Decomposition / Simulation-Decomposition/simdec-python

Interactive figures

Đang mở
#1 1 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

dashboard enhancement Upstream
Ngôn ngữ chính
Python
Star
31
Fork
2
Merge trung bình
4 ngày 18 giờ
Pull request đã merge (30 ngày)
2

Mô tả

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

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
python
Lĩnh vực
data-visualization
Loại issue
Tính năng
Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Cần làm rõ
Mức phù hợp với người mới
25/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.