when I move the plot, the text is not displayed outside the plot itself
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Adam Danz
il 14 Nov 2024
When you create the text labels, set clipping to on.
text(___,'Clipping','on')
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Line Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!