Different color for each line
Mostra commenti meno recenti
I would lilke to get for each line a different color.
the table features by 10 columns and 20 rows.
new_table = [t1 medienews]
plot(new_table{1, 2:end}', new_table{2:end, 2:end}',"LineWidth",2,'color',);
legend(new_table.t1{2:end}, 'location', 'eastoutside')
2 Commenti
KSSV
il 13 Apr 2022
Simple question....read about plot.
Rachele Franceschini
il 13 Apr 2022
Modificato: Rachele Franceschini
il 13 Apr 2022
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Blue in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

