2D contours and transparency

Is is possible to set the transparency of 2D contour plots? It used to be possible, but it stopped working in 2014b. The way I did it was when h1 was the contour plot handle:
allH = allchild(h1);
patchesToHide = [1:max(size(allH))];
set(allH(patchesToHide),'FaceAlpha',0.1);
Thanks

답변 (0개)

카테고리

도움말 센터File Exchange에서 Contour Plots에 대해 자세히 알아보기

질문:

2015년 2월 4일

편집:

2015년 2월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by