matplotlib / matplotlib/mpl_data_containers
DataContainer.query() missing unit conversion?
未关闭
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 10
- 派生
- 6
- PR 合并指标
- 30 天内没有已合并 PR
描述
Should DataContainer.query() include unit conversion? Or where will this happen? Ideally, I would like DataContainer to hold the data in its original form and then convert, slice, etc. upon query. Subsequent queries would start from the original data. Ideally, the enduser will be able to also inspect this DataContainer to verify its correctness. Today, that's impossible for some plotting functions and hard to do for others.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位 DataContainer.query() 以及当前导致单位转换难以检查的绘图函数。明确在对查询结果进行转换或切片时是否必须保留原始数据可用,并在实现之前定义后续查询和最终用户检查的预期行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- data
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100