how to change the shading of a plot to default?
2 ビュー (過去 30 日間)
古いコメントを表示
how to change the shading of a plot to default?
0 件のコメント
回答 (1 件)
Payas Bahade
2020 年 3 月 18 日
Hi Longhui,
Assuming that color shading of the colormaps needs to be restored to default, following command can be used:
colormap default %by using 'colormap' function
OR
reset(gcf) %by using 'reset' function
Hope this helps!
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!