when I move the plot, the text is not displayed outside the plot itself

3 ビュー (過去 30 日間)
ALESIA
ALESIA 2024 年 11 月 14 日
コメント済み: ALESIA 2024 年 11 月 14 日
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?

採用された回答

Adam Danz
Adam Danz 2024 年 11 月 14 日
When you create the text labels, set clipping to on.
text(___,'Clipping','on')

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLine Plots についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by