refer a colorbar to a specific set of data

1 回表示 (過去 30 日間)
giacomo labbri
giacomo labbri 2020 年 6 月 14 日
コメント済み: giacomo labbri 2020 年 6 月 14 日
Hi,
I am plotting a 2d temperature field (with countour) and on the same plot I am showing the values of temperature register by a passing ship (just a 1d vector of temperature values) with a color scale. I would like the values showed by a colorbar to only refer to the range of data register by the ship (this range is smaller then the range of 2d temperature field values).
I tried setting limitis for the range of the colorbar with
c=colorbar
c.Limits=[min(ship_temp) max(ship_temp)]
But that does not solve the problem because now the colorbar is almost of one color.
Thanks in advance,
Giacomo
  2 件のコメント
KSSV
KSSV 2020 年 6 月 14 日
Read about caxis.
giacomo labbri
giacomo labbri 2020 年 6 月 14 日
thanks!

サインインしてコメントする。

回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by