No FaceAlpha property for area plot
显示 更早的评论
Hi, I would like to draw two area graphs in one plot to overlay each other and have transparent colors. but the area plot library in my Matlab 2014b doesn't have faceAlpha properties.
采纳的回答
更多回答(1 个)
Mike Garrity
2016-3-11
FaceAlpha was added to area in R2015b. So if you upgrade to either that or R2016a, you can do this:
area(rand(1,10),'FaceAlpha',.5)
类别
在 帮助中心 和 File Exchange 中查找有关 Polygons 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

