Printing and Exporting Figures with MATLAB | ![]() ![]() |
Producing an Uncropped Figure
You can only make the uncropped setting on a per figure basis. Use one of the following:
-loose
setting with the print
command
Using the Printing Options Dialog Box (UNIX only)
Use the -loose
option with the print
command. This example prints the current figure uncropped using a PostScript printer driver.
This example exports the current figure, uncropped, to an EPS file.
Printing an Uncropped Figure with a Windows Printer Driver
In order to print an uncropped figure when using a Windows driver, you must print the figure to a file. For example,
Note that this creates a PostScript file. For more information about printing to file, see Printing to a File.
![]() | Changing Default Cropping Behavior | Creating CMYK Output | ![]() |