Is there a way of changing the the font size and text position for the interactionsplot?
I would like to decrease the text size of the four labels and constrain the text so they fit inside the boxes.
Appreciate any suggestions, thanks.

 채택된 답변

Adam Danz
Adam Danz 2021년 4월 19일

1 개 추천

Assuming no other text objects exist in the figure,
figHandle = interactionplot(___)
txtHandles = findobj(figHandle,'type','text');
set(txtHandles,'FontSize', 10)

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Labels and Annotations에 대해 자세히 알아보기

질문:

2021년 4월 19일

댓글:

2021년 4월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by