Colormap: ColorScale options other than linear and log (power norm, etc)

조회 수: 14 (최근 30일)
Jack M
Jack M 2020년 1월 28일
편집: Jack M 2020년 1월 29일
Hello,
I have a countourf plot with a logscale colormap using the function "set(gca,'colorscale','log')". I would like to try other options for the scale of the colormap (i.e. ln, log2, etc). I would be interested in an option similar to is provided by matplotlib: https://matplotlib.org/tutorials/colors/colormapnorms.html#sphx-glr-tutorials-colors-colormapnorms-py
How could I do this?
Thanks

답변 (1개)

Spencer Chen
Spencer Chen 2020년 1월 28일
I do not think there is native Matlab feature to do that. You can convert your data into your desired log function and plot it on a linear scale instead.
contourf(log2(x))
Blessings,
Spencer

카테고리

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

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by