Removing extra white space on figure
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Elham
el 26 de Jul. de 2022
Comentada: Francesco Pignatelli
el 26 de Jul. de 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 comentarios
Respuesta aceptada
Francesco Pignatelli
el 26 de Jul. de 2022
When plotting, you can set after the plot command, the following:
ylim([0 valuethatyouwant])
5 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Function Creation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!