fossasia/visdom

Shared axes and windows gravity

Open

#729 aperta il 15 apr 2020

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Python (1152 fork)batch import
Needs Investigationenhancementhelp wanted

Metriche repository

Star
 (9831 star)
Metriche merge PR
 (Merge medio 9g 12h) (116 PR mergiate in 30 g)

Descrizione

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')

Screenshot from 2020-04-15 12-42-55

Guida contributor