Bar graph - how to add transparency in Matlab 2014b
조회 수: 1 (최근 30일)
이전 댓글 표시
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
채택된 답변
Mike Garrity
2015년 9월 28일
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!