3 comments (3 comments)0 reactions (0 reactions)1 assignee (1 assignee)Python1,152 forks (1,152 forks)batch import
Fix Proposedenhancementhelp 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
Since visdom already supports 3D scatter plots, it would be nice to be able to make 3D lines connecting those scatter points.
Contributor guide
- Research direction
- Study the existing 3D scatter plot implementation in visdom and extend it to support line plots by connecting points with lines. Look at the source code for 3D scatter in visdom/visdom/ init .py or similar. Understand the data structure used for 3D points and how to draw lines using the same mechanism.
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Prerequisites
- PythonVisdom