Large nutrient data sets - how to plot individual data not as a plotted line
3 views (last 30 days)
Show older comments
Imported nutreint data - How do I change plot line to individual symbols for each point, not as a joined-up line?
0 Comments
Accepted Answer
Sindar
on 2 Dec 2020
plot(x,y,'.')
will plot each data point as a point, no connection. If you'd like a different shape, see here
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!