12 件のコメント (12 件のコメント)1 件のリアクション (1 件のリアクション)0 人の担当者 (0 人の担当者)Python1,152 件のフォーク (1,152 件のフォーク)batch import
Needs Investigationenhancementhelp wanted
Repository metrics
- Stars
- 9,831 個のスター (9,831 個のスター)
- PR merge metrics
- 平均マージ 9d 12h (平均マージ 9d 12h)30d で 116 merged PRs (30d で 116 merged PRs)
説明
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
- Issue 種別
- 機能
- 前提条件
- Familiarity with VisdomFamiliarity with Matplotlib