Different color for each line
Afficher commentaires plus anciens
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 commentaires
KSSV
le 13 Avr 2022
Simple question....read about plot.
Rachele Franceschini
le 13 Avr 2022
Modifié(e) : Rachele Franceschini
le 13 Avr 2022
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Color and Styling dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

