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

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일

0 개 추천

Actually, I have to change the axis direction in this plot.

댓글 수: 1

Then I guess you need to see how the plot is plotted and change while plotting it.

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

카테고리

도움말 센터File Exchange에서 Graphics Performance에 대해 자세히 알아보기

질문:

2022년 4월 8일

댓글:

2022년 4월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by