Large nutrient data sets - how to plot individual data not as a plotted line
1 view (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
2 Comments
More Answers (0)
See Also
Categories
Find more on Oceanography and Hydrology in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!