Scatter and plot have pixellated/mishapen markers

4 visualizaciones (últimos 30 días)
Lydia
Lydia el 8 de Jun. de 2021
Comentada: Walter Roberson el 9 de Jun. de 2021
Using the default options for plot and scatter my plots within the figure window (even before exporting) are pixellated, with mishapen markers.
plot(x,y,'.')
plot(x,y,'o')
scatter(x,y,'filled')
Increasing the marker size makes the pixellation more visible:
scatter(x,y,80,'filled')
plot(x,y,'.','MarkerSize',15)
How can i make the markers actual circles? I tried:
set(gcf,'GraphicsSmoothing','on')
But there was no visible effect. Thanks!
  3 comentarios
Mathieu NOE
Mathieu NOE el 9 de Jun. de 2021
hello
my graphics are smooth by default (R2020b)
Walter Roberson
Walter Roberson el 9 de Jun. de 2021
The most common cause of this is needing to update your graphics drivers.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Scatter Plots en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by