The plot is exceeding the boundaries of the box in a figure.
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello all,
I am trying to plot my data using stem command but I see the data is exceeding the boundaries of the box in the figure.
Please see the attached image.
Can someone help me to fix this problem.
Thank you
1 comentario
Respuestas (1)
Ajay Kumar
el 14 de En. de 2020
Editada: Ajay Kumar
el 14 de En. de 2020
Did you turn off the Clipping ?
Try this after plot:
ax = gca; % get the current axis
ax.Clipping = 'on'; % turn clipping on
0 comentarios
Ver también
Categorías
Más información sobre Line Plots en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!