scverse / scverse/spatialdata-plot
Feature request: visualizing individual z-planes (2.5D)
未关闭
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 86
- 派生
- 21
- 平均合并
- 14 小时 50 分钟
- 30 天内合并 PR
- 3
描述
Currently in napari we do not support the visualization of 3D data. While full 3D support is too much of a task for the near future, we could improve better support for 2.5D. I propose the following:
- Have the possibility of adding a parameter called z-plane to a plotting call. (one parameter z-plane per render_...)
- Internally when dealing with continuous z coordinates have the capability of binning, so lets say I state
z-plane=3, this would bin all z coordinates between 2.5 and 3.49 to 3.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先检查现有的 render_... 绘图调用,以及连续 z 坐标是如何处理的。当绘图调用接受 z-plane 参数,并且连续 z 坐标可以分箱到请求的平面中时,该 issue 即完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- data-visualization
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100