MATLAB: No FaceAlpha property for area plot

area plotfacealpha

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.

Best Answer

I would use the patch function instead. According to the R2014b documentation for Patch Properties, the patch function does have a 'FaceAlpha' option in the name-value pairs. I will help if you need to re-write your code to make it work with patch.