12 条评论 (12 条评论)1 个反应 (1 个反应)0 位负责人 (0 位负责人)Python1,152 个派生 (1,152 个派生)batch import
Needs Investigationenhancementhelp wanted
仓库指标
- 星标
- 9,831 个星标 (9,831 个星标)
- PR 合并指标
- PR 指标待抓取 (PR 指标待抓取)
描述
I would love it if I could easily send and update pylab plots within a pane. I can't see an easy way to do it right now.
贡献者指南
- 研究方向
- Investigate how Visdom currently handles plotting via its Python client (e.g., visdom.line, visdom.scatter) and explore ways to accept a Matplotlib figure object. Look at existing discussions in issue comments for any proposed API designs or challenges. Consider the existing backend (probably Tornado) for serving plots and how to convert Matplotlib figures to PNG/SVG for display.
- 技术栈
- python
- 领域
- data
- 议题类型
- 功能
- 前置要求
- Familiarity with VisdomFamiliarity with Matplotlib