필터 지우기
필터 지우기

How to avoid the mistake plot if one x value corresponding to two or more y values?

조회 수: 2 (최근 30일)
Dear all,
I am ploting the figures but there is a problem that I am encountering. I don't know how to solve it. Hope anyone can give me some tips. Appreciate.
wrong
correct

답변 (1개)

the cyclist
the cyclist 2021년 11월 3일
If the density of your points is high enough, you could consider plotting only the markers, and not the connecting lines, e.g.
plot(x,y,'.')
If that doesn't work, do you have a third variable that indicates the proper order to connect the points? If so, then sort x and y by that variable. If not, I don't know how one could know which points to connect.
  댓글 수: 2
kimy
kimy 2021년 11월 3일
Thanks. In fact, I need the solid line instead of points plot. I uploaded my data here. Like you said, the third variable could be the order of each line. I do not know how to solve it. But I think if I use Origin to plot the figure by spline or B-spline, it could be solved. However, I'd better to use the Matlab format.
the cyclist
the cyclist 2021년 11월 3일
I don't understand what you mean by "the third variable could be the order of each line". Do you mean your variable VarName3? Can you infer the variable ordering from it?

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

카테고리

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