Why matlab scatter plot edges looks strange/old fashined?

조회 수: 2 (최근 30일)
Zeynab Mousavikhamene
Zeynab Mousavikhamene 2020년 8월 5일
편집: Adam Danz 2020년 8월 6일
I am intersted to make a plot similor to:
Here is what matlab plots:
I changed the edge width and it became worse:
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
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.
Zeynab Mousavikhamene
Zeynab Mousavikhamene 2020년 8월 6일
@Sudheer Bhimireddy
I do print for the presentation. Here I just added the screenshot to show you the "edge line" of the scatter is not nice and clean not because of the screenshot. The orignial plot has this weird edge line. It is no smooth like the first image.

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

답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by