Yellow Colormap on contour lines
1 回表示 (過去 30 日間)
古いコメントを表示
How do you make a Yellow Colormap on contour lines like the one provided in the picture?
2 件のコメント
回答 (1 件)
David Goodmanson
2022 年 1 月 13 日
編集済み: David Goodmanson
2022 年 1 月 13 日
Hello Juan
using: doc colormap will bring up all of the preconstructed choices. In this case it looks like 'hot' was used. 'autumn' might get the job done as well. After the countour plot is created, use the command for example, colormap('hot'). The colorbar command will add one of those as well.
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!