Path: Common/Graphics
% Equalize the axes with a minimum relative size for the smallest axis. -------------------------------------------------------------------------- Form: AxisEqual( axisHandle, minSize, dim ); -------------------------------------------------------------------------- ------ Inputs ------ axisHandle (1,1) Handle to the axis minSize (1,1) Minimum size of smallest axis, expressed as a percentage of the maximum axis size. Optional. Default is 0.1. dim (1,1) Dimension (2 or 3). Optional. Default is 3. ------- Outputs ------- none --------------------------------------------------------------------------
Back to the Common Module page