Large nutrient data sets - how to plot individual data not as a plotted line
조회 수: 4 (최근 30일)
표시 이전 댓글
Imported nutreint data - How do I change plot line to individual symbols for each point, not as a joined-up line?
댓글 수: 0
채택된 답변
Sindar
2020년 12월 2일
plot(x,y,'.')
will plot each data point as a point, no connection. If you'd like a different shape, see here
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Oceanography and Hydrology에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!