Matlab scatter dots look strange
1 回表示 (過去 30 日間)
古いコメントを表示
Hello, I use m_scatter (the m_map version of scatter) on Windows 10. The issue is, that my circles are not nicely filled with the corresponding value. This occurs in both m_scatter, gscatter and scatter. An example of what happens is attached to this post. Any idea where this comes from and how to solve this? Best, Anne
3 件のコメント
Walter Roberson
2018 年 6 月 18 日
Did that happen on the screen, or did it only happen when you saved to pdf or saved to image?
I find it odd that the top and right axes lines are not present, as if a different software package was being used, or as if you had saved to pdf but those parts got cut off (that is known to happen sometimes for pdf)
the cyclist
2018 年 6 月 19 日
@Walter, I think the 'Box' property is off by default in a scatter plot.
回答 (1 件)
Anne
2018 年 6 月 19 日
編集済み: Stephen23
2018 年 6 月 19 日
2 件のコメント
Guillaume
2018 年 6 月 19 日
Since it only happens with the default renderer (opengl) which use hardware acceleration you may want to see if updating your graphics driver helps.
Otherwise, have a look at https://www.mathworks.com/help/matlab/creating_plots/resolving-low-level-graphics-issues.html
参考
カテゴリ
Help Center および File Exchange で Graphics Performance についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!