How to make one contour transparent in contourf?
Ältere Kommentare anzeigen
Hello, I have a contour plot with several layers define as follows:
[c,h]=contourf(X,Y,Z,[value1 value2 value3 value4]);
I would like to make a selected contour transparent, let's say the first contour defined by value1. Any thought on how to proceed? Thanks.
Arnault
Akzeptierte Antwort
Weitere Antworten (2)
Will Grant
am 31 Aug. 2021
Bearbeitet: Will Grant
am 31 Aug. 2021
1 Stimme
Leslie
am 3 Feb. 2015
0 Stimmen
This solution has stopped working in 2014b. Does anyone know if we still change the tranparency of 2D contour plots? If so how? Thanks
1 Kommentar
Boris Belousov
am 25 Feb. 2016
Bearbeitet: Boris Belousov
am 25 Feb. 2016
Unfortunately you have to manually define a contour of the area you want to make transparent. See how to make contour plots transparent.
Kategorien
Mehr zu Contour Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!