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

Imported nutreint data - How do I change plot line to individual symbols for each point, not as a joined-up line?

 Akzeptierte Antwort

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 Hilfe-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