Needs Investigationenhancementhelp wanted
Métricas do repositório
- Stars
- (9.831 stars)
- Métricas de merge de PR
- (Mesclagem média 9d 12h) (116 fundiu PRs em 30d)
Description
Yet another feature request (sorry for that).
I'd like to have options for shared axes in visdom plots.
In the figure below I have 3 different windows that should be attached to each other.
Describe alternatives you've considered While sharing axes might be problematic to implement, a fallback option is just adding gravity between windows:
vis.bind(win1, win2, 'horiz')
vis.bind(win1, win3, 'vert')
