필터 지우기
필터 지우기

How to reverse the Y axis direction in a parallel plot?

조회 수: 4 (최근 30일)
Deepthi B
Deepthi B 2022년 4월 8일
댓글: KSSV 2022년 4월 8일
Hi all,
I have plotted a parallel plot in Matlab. But I want to reverse the direction (means min value at the top and maximum at the bottom) of a particular Y-axis in that plot? Is it possible?

답변 (2개)

KSSV
KSSV 2022년 4월 8일
figure(1)
plot(rand(1,10))
figure(2)
plot(rand(1,10))
set(gca, 'YDir','reverse')

Deepthi B
Deepthi B 2022년 4월 8일
Actually, I have to change the axis direction in this plot.
  댓글 수: 1
KSSV
KSSV 2022년 4월 8일
Then I guess you need to see how the plot is plotted and change while plotting it.

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

카테고리

Help CenterFile Exchange에서 Specifying Target for Graphics Output에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by