Removing extra white space on figure
11 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Elham
le 26 Juil 2022
Commenté : Francesco Pignatelli
le 26 Juil 2022
Is there a way to get rid of the extra space below the spectrum so that it starts at 0? This seems to only occur for some of the figures I plot.
0 commentaires
Réponse acceptée
Francesco Pignatelli
le 26 Juil 2022
When plotting, you can set after the plot command, the following:
ylim([0 valuethatyouwant])
5 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!