Large nutrient data sets - how to plot individual data not as a plotted line
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
emily bristow
il 30 Nov 2020
Commentato: emily bristow
il 2 Dic 2020
Imported nutreint data - How do I change plot line to individual symbols for each point, not as a joined-up line?
0 Commenti
Risposta accettata
Sindar
il 2 Dic 2020
plot(x,y,'.')
will plot each data point as a point, no connection. If you'd like a different shape, see here
2 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Oceanography and Hydrology in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!