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