Large nutrient data sets - how to plot individual data not as a plotted line
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
emily bristow
el 30 de Nov. de 2020
Comentada: emily bristow
el 2 de Dic. de 2020
Imported nutreint data - How do I change plot line to individual symbols for each point, not as a joined-up line?
0 comentarios
Respuesta aceptada
Sindar
el 2 de Dic. de 2020
plot(x,y,'.')
will plot each data point as a point, no connection. If you'd like a different shape, see here
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Oceanography and Hydrology en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!