fossasia/visdom

Shared axes and windows gravity

Open

#729 创建于 2020年4月15日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Python (9,831 star) (1,152 fork)batch import
Needs Investigationenhancementhelp wanted

描述

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

贡献者指南

Shared axes and windows gravity · fossasia/visdom#729 | Good First Issue