Scatter and plot have pixellated/mishapen markers

조회 수: 4 (최근 30일)
Lydia
Lydia 2021년 6월 8일
댓글: Walter Roberson 2021년 6월 9일
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
Mathieu NOE
Mathieu NOE 2021년 6월 9일
hello
my graphics are smooth by default (R2020b)
Walter Roberson
Walter Roberson 2021년 6월 9일
The most common cause of this is needing to update your graphics drivers.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Scatter Plots에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by