フィルターのクリア

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

3 ビュー (過去 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 Center および File ExchangeSpecifying 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