fossasia / visdom

A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.
Apache License 2.0
10.04k stars 1.13k forks source link

'axis equal' in visdom #847

Closed zb12138 closed 2 years ago

zb12138 commented 2 years ago

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

zb12138 commented 2 years ago

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