12 comments (12 comments)1 reaction (1 reaction)0 assignees (0 assignees)Python1,152 forks (1,152 forks)batch import
Needs Investigationenhancementhelp wanted
Repository metrics
- Stars
- 9,831 stars (9,831 stars)
- PR merge metrics
- Avg merge 9d 12h (Avg merge 9d 12h)116 merged PRs in 30d (116 merged PRs in 30d)
Description
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.
Contributor guide
- Research direction
- 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.
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Prerequisites
- Familiarity with VisdomFamiliarity with Matplotlib