changing interactionplot font size

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.

 采纳的回答

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 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by