Why matlab scatter plot edges looks strange/old fashined?
조회 수: 2 (최근 30일)
이전 댓글 표시
I am intersted to make a plot similor to:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/342016/image.jpeg)
Here is what matlab plots:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/342019/image.jpeg)
I changed the edge width and it became worse:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/342022/image.jpeg)
I tried plot as well. It looks the same. Any idea how can I make the edge line of the marker look similar to the first plot?
댓글 수: 7
Sudheer Bhimireddy
2020년 8월 6일
Instead of screenshots, try printing the figure as 'png' or 'epsc' with a higher resolution and check.
print(fig_handle,fig_Name,'-dpng','-r400');
I have been using MATLAB for generating publication quality figures and never faced this kind of problem.
Hope this helps.
답변 (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!