Bar graph - how to add transparency in Matlab 2014b
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Karolina
am 24 Sep. 2015
Beantwortet: Mike Garrity
am 28 Sep. 2015
I would like to add transparency to my bar graph. However, any option which I have found in Matlab forum does not work in my Matlab version. Does anyone know how to add transparency in Matlab 2014b?
0 Kommentare
Akzeptierte Antwort
Mike Garrity
am 28 Sep. 2015
In R2014b you'd have to create the bars yourself using fill or patch, which is how bar was implemented in earlier releases.
However, if you can upgrade, in R2015b the Bar (as well as Area and Scatter) object got a FaceAlpha property which will make them transparent.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Lighting, Transparency, and Shading finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!