Set printer properties for plot
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Jan
2013 年 2 月 21 日
編集済み: Jan
2013 年 2 月 21 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Printing and Saving についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!