fossasia/visdom

Shared axes and windows gravity

開放

#729 建立於 2020年4月15日

 (3 則留言) (0 個反應) (0 位負責人)Python (1,152 個分叉)batch import
Needs Investigationenhancementhelp wanted

倉庫指標

星標
 (9,831 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南