aai-institute / aai-institute/kyle
Plotting functions should accept / return axes
未关闭
enhancement
- 主要语言
- Jupyter Notebook
- 星标
- 14
- 派生
- 1
- PR 合并指标
- 30 天内没有已合并 PR
描述
... instead of directly calling `plt.figure()`, so as to be able to include them in subplots or modify them in any way
贡献指南
这个仓库没有索引到贡献指南
调研方向
在代码库中查找直接调用 `plt.figure()` 的绘图函数。目标是修改这些函数,使其接受可选的 axes 参数并返回 axes 对象,从而能够集成到子图中。首先确定主要的绘图模块,然后一次重构一个函数,确保现有的可视化仍然正常工作。通过使用修改后的函数创建子图来测试这些更改。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- data-visualization, tooling
- Issue 类型
- 重构
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100