フィルターのクリア

Is the upper limit of a color bar the true maximum value of the data in the color map, or is it larger ?

6 ビュー (過去 30 日間)
Reason for asking: When an ordinary graph is plotted, the x and y axis limits are often larger then the maximum values of my data. Does the same thing apply to color bars, or is the upper limit obtained via caxis exactly the same value as the maximum data value?

採用された回答

Kelly Kearney
Kelly Kearney 2018 年 6 月 7 日
The color limits are usually set to match the plotted data for most standard functions (pcolor, surf, imagesc, etc), although there may be some specialized functions out there that do some rounding. You can verify by getting the color limits from the axis in question:
get(ax, 'clim')
or
ax.CLim
and compare that to your data in question.

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by