Graphics |
In most cases, MATLAB crops the background tightly around the objects in the figure. Depending on the printer driver or file format you use, you might be able to produce uncropped output. An uncropped figure has increased background area and is often desirable for figures that contain UI controls.
The setting you make in MATLAB changes the PostScript BoundingBox
property saved with the figure.
Using the Graphical User Interface on UNIX
You can only make the uncropped setting on a per figure basis:
Use the -loose
option with the print
function. For Windows, the uncropped option is only available if you print to a file.
This example exports the current figure, uncropped, to an EPS file.
Excluding User Interface Controls | Choosing a Graphics Format |
© 1994-2005 The MathWorks, Inc.