print command print only part of the graph

2 ビュー (過去 30 日間)
alpedhuez
alpedhuez 2021 年 8 月 6 日
再開済み: Cris LaPierre 2021 年 8 月 9 日
I did a plot and Matlab displays a plot correctly. Then I run
print(gcf, '-dtiff', 'abc.tiff','-r300');
The resulting tiff file shows only a part of the plot. What is the next step?
  2 件のコメント
alpedhuez
alpedhuez 2021 年 8 月 6 日
https://www.mathworks.com/matlabcentral/answers/81353-print-option-does-not-save-the-figure-correctly
alpedhuez
alpedhuez 2021 年 8 月 6 日
Then how can one change the default of Renderer?
Change it to painters or zbuffers if it is opengl
>> set(gcf,'Renderer','painters')

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeGraphics Performance についてさらに検索

タグ

製品


リリース

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by