I have two patch plots on the same graph. One is red and the other blue. I开发者_如何学Cs it possible to make the overlap purple?
See the alpha() function, for setting transparency for objects in current axes. alpha() on the MathWorks online help.
Simplest way might be just to alter the alpha component of one or other patches.
精彩评论