ParaMonte MATLAB 3.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
fitAxes.m File Reference

Go to the source code of this file.

Functions

function fitAxes (in fig)
 Alters the figure size corresponding to the input figure handle fig such that it has the minimum size necessary to enclose all axes in the figure without excess space around them.
More...
 

Function Documentation

◆ fitAxes()

function fitAxes ( in  fig)

Alters the figure size corresponding to the input figure handle fig such that it has the minimum size necessary to enclose all axes in the figure without excess space around them.

Note
This function expands the figure to completely encompass all axes if necessary.
If any 3D axes are present which have been zoomed, the procedure will produce an error, as these cannot easily be dealt with.
Parameters
[in]fig: The input scalar MATLAB object representing the handle to the figure whose axes must be tightly fit.
(optional. If missing, the current figure will be used.)


Possible calling interfaces

pm.vis.fitAxes()
pm.vis.fitAxes([])
pm.vis.fitAxes(fig)


Final Remarks


If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.

  1. If you use any parts or concepts from this library to any extent, please acknowledge the usage by citing the relevant publications of the ParaMonte library.
  2. If you regenerate any parts/ideas from this library in a programming environment other than those currently supported by this ParaMonte library (i.e., other than C, C++, Fortran, MATLAB, Python, R), please also ask the end users to cite this original ParaMonte library.

This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.

This function build upon the work of, Richard Crozier (2024) tightfig (hfig), MATLAB Central File Exchange. Retrieved May 12, 2024.

Author:
Joshua Alexander Osborne, May 21 2024, 6:12 AM, University of Texas at Arlington
Fatemeh Bagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.
Amir Shahmoradi, May 16 2016, 9:03 AM, Oden Institute for Computational Engineering and Sciences (ICES), UT Austin