print command print only part of the graph

2 vues (au cours des 30 derniers jours)
alpedhuez
alpedhuez le 6 Août 2021
Rouvert : Cris LaPierre le 9 Août 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 commentaires
alpedhuez
alpedhuez le 6 Août 2021
https://www.mathworks.com/matlabcentral/answers/81353-print-option-does-not-save-the-figure-correctly
alpedhuez
alpedhuez le 6 Août 2021
Then how can one change the default of Renderer?
Change it to painters or zbuffers if it is opengl
>> set(gcf,'Renderer','painters')

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Graphics Performance dans Help Center et File Exchange

Tags

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by