How to increase marker size in scatter plot?
1.931 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Bruno
el 18 de Abr. de 2017
Comentada: Ola Fekry
el 27 de Mzo. de 2023
I tried to increase the marker size:
scatter(X,Y,'+','k', 'MarkerSize', 10);
How to increase the size (e.g. twice bigger '+')?
0 comentarios
Respuesta aceptada
Stephen23
el 18 de Abr. de 2017
Editada: Stephen23
el 18 de Abr. de 2017
scatter(X,Y,20,'k','+')
^ this is the size
5 comentarios
Igor Yashayaev
el 11 de Nov. de 2022
I retract my statement ... The trick is that you need to indicate much larger size than you would in plot(). I tried 10 before, and the markers remained small, but 15 showed some growth.
Más respuestas (0)
Ver también
Categorías
Más información sobre Scatter Plots 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!