refer a colorbar to a specific set of data
4 次查看(过去 30 天)
显示 更早的评论
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
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Colormaps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!