Remove white/blank space from plot

Is there any way to remove the areas or reduce the blank parts of the plot as much as possible?

3 commentaires

Walter Roberson
Walter Roberson le 11 Août 2022
Is this in the context of subplot()? Is it in the context of tiledlayout? Is it in the context of using saveas() or print() or exportgraphics() ?
Luccas S.
Luccas S. le 11 Août 2022
I'm saving the images as eps, using saveas()
Adam Danz
Adam Danz le 11 Août 2022
Use exportgraphics and if that doesn't give you a the clipping you want, create the axes with tiledlayout using padding='tight'.

Connectez-vous pour commenter.

Réponses (1)

Rik
Rik le 11 Août 2022

0 votes

This answer will only work for raster images (so it will not work for eps).
I use a pragmatic approach. I export in high resolution to a raster image and then use the attached function to crop the border. It is not optimal, but it allows me to use the default for most graphics functions, while still ending up with border-less image.

Catégories

En savoir plus sur Printing and Saving dans Centre d'aide et File Exchange

Tags

Question posée :

le 11 Août 2022

Réponse apportée :

Rik
le 11 Août 2022

Community Treasure Hunt

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

Start Hunting!

Translated by