print command print only part of the graph

3 Ansichten (letzte 30 Tage)
alpedhuez
alpedhuez am 6 Aug. 2021
Erneut geöffnet: Cris LaPierre am 9 Aug. 2021
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 Kommentare
alpedhuez
alpedhuez am 6 Aug. 2021
https://www.mathworks.com/matlabcentral/answers/81353-print-option-does-not-save-the-figure-correctly
alpedhuez
alpedhuez am 6 Aug. 2021
Then how can one change the default of Renderer?
Change it to painters or zbuffers if it is opengl
>> set(gcf,'Renderer','painters')

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Graphics Performance finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by