Large nutrient data sets - how to plot individual data not as a plotted line

2 Ansichten (letzte 30 Tage)
Imported nutreint data - How do I change plot line to individual symbols for each point, not as a joined-up line?

Akzeptierte Antwort

Sindar
Sindar am 2 Dez. 2020
plot(x,y,'.')
will plot each data point as a point, no connection. If you'd like a different shape, see here

Weitere Antworten (0)

Kategorien

Mehr zu Oceanography and Hydrology finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by