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!