how to south outside text

2 次查看(过去 30 天)
오랑거 B
오랑거 B 2021-6-15
回答: Chunru 2021-6-15
how to this text southouside and outside text help me🙏🏻 look this photo thnak you

回答(1 个)

Chunru
Chunru 2021-6-15
bar(rand(5,2)); % some plot
legend('A', 'B', 'Location', 'southoutside'); % legend can be placed southoutside
text(4, -0.2, {'this is ', 'a test'}); % text can be anywhere (specified pos)

类别

Help CenterFile Exchange 中查找有关 Legend 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by