Azzera filtri
Azzera filtri

how to south outside text

2 visualizzazioni (ultimi 30 giorni)
오랑거 B
오랑거 B il 15 Giu 2021
Risposto: Chunru il 15 Giu 2021
how to this text southouside and outside text help me🙏🏻 look this photo thnak you

Risposte (1)

Chunru
Chunru il 15 Giu 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)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by