how to change the shading of a plot to default?
3 views (last 30 days)
Show older comments
how to change the shading of a plot to default?
0 Comments
Answers (1)
Payas Bahade
on 18 Mar 2020
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 Comments
See Also
Categories
Find more on Colormaps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!