Problem with the Color Bar
2 ビュー (過去 30 日間)
古いコメントを表示
My color bar shows solid boundaries and does not blend together. Below I have attached my problem,
I rather want it to look like this
Below is my code,
Let me know what is wrong
colormap(jet(10))
cb = colorbar;
0 件のコメント
採用された回答
David Goodmanson
2019 年 7 月 24 日
Hi Hans,
try
colormap(jet)
colorbar
by default this has 64 color levels (as does the default colormap, 'parula') and looks much more continuous.
0 件のコメント
その他の回答 (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!