what code to plot dark stairs colors
Mostra commenti meno recenti
i use this code di plot n-line
for i=1:r
col=rand(3,1,1)';
hp1=plot(Ax_Eq,XDates,TEE1(i,:),'Color',col);
end
It often happens that light colors are chosen in the color draw
How can I avoid this?
(the random color draw is to avoid confusing the lines or seeing them poorly with a single color
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Orange 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!

