Marker color changes with temperature
Mostra commenti meno recenti
I am plotting the time vs temperature in plot mode, but I want that the markers change the color with the temperature, how can I do? Is it possible? :
figure()
plot(temp, time,'o');
Risposte (1)
Steven Lord
il 14 Giu 2017
0 voti
Use scatter instead of plot.
Categorie
Scopri di più su Scatter Plots 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!