how to change the shading of a plot to default?
Show older comments
how to change the shading of a plot to default?
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!
Categories
Find more on Color and Styling 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!