How can I detect when a figure's colormap is changed?
조회 수: 1 (최근 30일)
이전 댓글 표시
The most obvious way to change a figure's colormap is via the Edit/Colormap... menu, although controls such as those added with lutbar are even handier.
How can I detect when the colormap of a figure is changed? Ideally I would even detect programmatic changes such as
set(gcf, 'Colormap', lines)
although this is not essential.
Other figures contain plots coloured coded to an image shown in the main figure, and I need to cascade any changes to the colormap.
댓글 수: 0
답변 (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!