print command print only part of the graph

2 visualizzazioni (ultimi 30 giorni)
alpedhuez
alpedhuez il 6 Ago 2021
Riaperto: Cris LaPierre il 9 Ago 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 Commenti
alpedhuez
alpedhuez il 6 Ago 2021
https://www.mathworks.com/matlabcentral/answers/81353-print-option-does-not-save-the-figure-correctly
alpedhuez
alpedhuez il 6 Ago 2021
Then how can one change the default of Renderer?
Change it to painters or zbuffers if it is opengl
>> set(gcf,'Renderer','painters')

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Graphics Performance in Help Center e File Exchange

Tag

Prodotti


Release

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by