fossasia/visdom

Shared axes and windows gravity

オープン

#729 opened on 2020/04/15

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Python (1,152 件のフォーク)batch import
Needs Investigationenhancementhelp wanted

Repository metrics

Stars
 (9,831 個のスター)
PR merge metrics
 (平均マージ 9d 12h) (30d で 116 merged PRs)

説明

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

コントリビューターガイド