Azzera filtri
Azzera filtri

Multi column legend in matlab plot

183 visualizzazioni (ultimi 30 giorni)
Sudhir Rai
Sudhir Rai il 14 Giu 2023
Commentato: Sudhir Rai il 22 Giu 2023
How can i set multicolumn and row legen in matlab R2016a,.
I could not find simple way to do it.
  1 Commento
Adam Danz
Adam Danz il 15 Giu 2023
If you use MATLAB R2018a or later, you can use the NumColumns property of legend to specify the number of columns.
plot(rand(12))
legend('NumColumns',3,'Location','southOutside')

Accedi per commentare.

Risposta accettata

dpb
dpb il 14 Giu 2023
  7 Commenti
dpb
dpb il 15 Giu 2023
Things like this I put into a special directory created and added to the MATLABPATH so will always be available regardless of the current working directory for project files. I find that structure works best.
Sudhir Rai
Sudhir Rai il 22 Giu 2023
ok thanks................
But how can I change legend features like make it bold or change size in gridlegend?

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by