Effacer les filtres
Effacer les filtres

how to south outside text

2 vues (au cours des 30 derniers jours)
오랑거 B
오랑거 B le 15 Juin 2021
Réponse apportée : Chunru le 15 Juin 2021
how to this text southouside and outside text help me🙏🏻 look this photo thnak you

Réponses (1)

Chunru
Chunru le 15 Juin 2021
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)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by