matplotlib / matplotlib/napari-matplotlib
Allow `SliceWidget` to show multiple layers at once
未关闭
还没有人认领这个 Issue。
New feature
- 主要语言
- Python
- 星标
- 46
- 派生
- 24
- PR 合并指标
- 30 天内没有已合并 PR
描述
Similar to https://github.com/matplotlib/napari-matplotlib/issues/3, if multiple layers are selected then the 1D slice widget should show multiple line plots with each layer being a different colour.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位 SliceWidget 的入口点,并查看它当前如何处理选中的图层以及如何渲染该图层的 1D 折线图。使用相关 issue 作为上下文,然后验证选择多个图层时是否为每个图层生成一条具有不同颜色的线。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- matplotlib, python
- 领域
- data-visualization
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100