Effacer les filtres
Effacer les filtres

2D contours and transparency

1 vue (au cours des 30 derniers jours)
Leslie
Leslie le 4 Fév 2015
Modifié(e) : Geoff Hayes le 4 Fév 2015
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

Réponses (0)

Catégories

En savoir plus sur Contour Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by