How to make a common color bar?

1 回表示 (過去 30 日間)
MD JALAL UDDIN
MD JALAL UDDIN 2019 年 10 月 2 日
回答済み: Bjorn Gustavsson 2019 年 10 月 2 日
I want to make a common color bar for 4 subplots. Any suggestions would be appreciated.EVWS_matlab.png

採用された回答

Bjorn Gustavsson
Bjorn Gustavsson 2019 年 10 月 2 日
This is how I do this neatly:
subplot(1,1,1)
cbh = colorbar_labeled('');
subplot(2,2,3)
plot([0 2])
subplot(2,2,2)
imagesc(peaks(123))
colorbar_labeled is an old function someone gifted me. This works very conveniently.
HTH

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLine Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by