Scatter and plot have pixellated/mishapen markers
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
Walter Roberson
2021 年 6 月 9 日
The most common cause of this is needing to update your graphics drivers.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Scatter Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

