add a way to make the lasso selection of a plotly express scatter_matrix restrictive instead of additive
Chưa có ai nhận issue này.
- Ngôn ngữ chính
- JavaScript
- Star
- 18.3k
- Fork
- 2k
- Merge trung bình
- 2 ngày 12 giờ
- Pull request đã merge (30 ngày)
- 28
Mô tả
When creating a scatter_matrix using plotly express:
import plotly.express as px
df = px.data.iris()
fig = px.scatter_matrix(df,
dimensions=df.columns[0:4],
color=df.columns[4])
fig.update_layout(
autosize=False,
width=1200,
height=1200,
)
fig.show()
then highlighting a subset of the data using the lasso or rectangular selection tool also highlights the corresponding points in the other graphs.
However, when marking points in two plots I would often prefer that not the union of those are highlighted but the intersection. In the example image below this would mean that only a few red and green points are still visible/highlighted, but no blue points.

This is the feature I would like to have: A way to control whether the union or the intersection of all selections are highlighted.
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- 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.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Hướng nghiên cứu
Bắt đầu bằng cách theo dõi cách các lựa chọn bằng dây thòng lọng và hình chữ nhật được truyền qua ví dụ scatter_matrix trong plotly.js. Xác định và triển khai một cách để chọn hành vi hợp hoặc giao, sau đó xác minh rằng các lựa chọn trong nhiều biểu đồ làm nổi bật chính xác tập hợp kết hợp được yêu cầu.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- javascript
- 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
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100