Legend makes it associated with the subplot with dynamically responsive design and the ability to enable turn off individual trace
未关闭
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 18.8k
- 派生
- 2.8k
- 平均合并
- 16 小时 26 分钟
- 30 天内合并 PR
- 21
描述
The current legend_tracegroupgap implementation is in pixel.
Desired behavior:
if I have 2 subplots (col=2, row=1) to be able to enable legend_per_subplot = True
Default vertical legend on the right side:
subplot(2 traces) | Legend with 2 traces
subplot(4 traces) | Legend with 4 traces
The workaround with legend_tracegroupgap does not match the need as they are expressed in pixels instead of domain-like subplots.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先检查当前的 legend_tracegroupgap 实现,以及 Python 绘图库中图例与子图的关联方式。当一个两列一行的子图布局能够启用每个子图的图例、每个图例只显示其关联子图中的 traces,并采用响应式定位而不是基于像素的间距时,这项工作就完成了。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- data-visualization
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100