when I move the plot, the text is not displayed outside the plot itself
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
ALESIA
el 14 de Nov. de 2024
Comentada: ALESIA
el 14 de Nov. de 2024
The issue I'm facing is that when I move the plot, the channel numbers remain visible below the plot. I would like that when I move the plot, the text is not displayed outside the plot itself. Could someone help me?

0 comentarios
Respuesta aceptada
Adam Danz
el 14 de Nov. de 2024
When you create the text labels, set clipping to on.
text(___,'Clipping','on')
Más respuestas (0)
Ver también
Categorías
Más información sobre Line Plots 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!