Set printer properties for plot
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a GUI that generates plot figures. Is there any way to specify the default printer properties in code? Specifically I want to change the orientation to landscape, and adjust the margins so the plot takes up the whole piece of paper.
0 Kommentare
Akzeptierte Antwort
Jan
am 21 Feb. 2013
Bearbeitet: Jan
am 21 Feb. 2013
You can adjust these properties of the figure:
PaperUnits
PaperOrientation -> landscape
PaperPosition
PaperPositionMode
PaperSize
PaperType
And the AXES' 'Position' property can be adjusted such that it fills the figure as wanted. E.g. using 'centimeters' as units allow to set the position absolutely also.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Printing and Saving finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!