Filter löschen
Filter löschen

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

4 Ansichten (letzte 30 Tage)
Deepthi B
Deepthi B am 8 Apr. 2022
Kommentiert: KSSV am 8 Apr. 2022
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?

Antworten (2)

KSSV
KSSV am 8 Apr. 2022
figure(1)
plot(rand(1,10))
figure(2)
plot(rand(1,10))
set(gca, 'YDir','reverse')

Deepthi B
Deepthi B am 8 Apr. 2022
Actually, I have to change the axis direction in this plot.
  1 Kommentar
KSSV
KSSV am 8 Apr. 2022
Then I guess you need to see how the plot is plotted and change while plotting it.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Specifying Target for Graphics Output finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by