fossasia / visdom

A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'axis equal' in visdom

zb12138 opened this issue · comments

How to make x,y,z axis equal in the function 'vis.scatter'(3D), which is equivalent to MATLAB command 'axis equal'?

I set xtickmin=ytickmin=ztickmin (also xyztickmax) and it works.