how to change the shading of a plot to default?

조회 수: 3 (최근 30일)
LONGHUI XU
LONGHUI XU 2020년 2월 20일
답변: Payas Bahade 2020년 3월 18일
how to change the shading of a plot to default?

답변 (1개)

Payas Bahade
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
For more details, please refer these links for colormap and reset.
Also, documentation on default property values might be useful to you.
Hope this helps!

카테고리

Help CenterFile Exchange에서 Colormaps에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by