Large nutrient data sets - how to plot individual data not as a plotted line
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Imported nutreint data - How do I change plot line to individual symbols for each point, not as a joined-up line?
0 commentaires
Réponse acceptée
Sindar
le 2 Déc 2020
plot(x,y,'.')
will plot each data point as a point, no connection. If you'd like a different shape, see here
2 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Oceanography and Hydrology dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!