when I move the plot, the text is not displayed outside the plot itself
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
ALESIA
am 14 Nov. 2024
Kommentiert: ALESIA
am 14 Nov. 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 Kommentare
Akzeptierte Antwort
Adam Danz
am 14 Nov. 2024
When you create the text labels, set clipping to on.
text(___,'Clipping','on')
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Line Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!