I have two patch plots on the same graph. One is red and the other blue. Is it possible to make the overlap purple?
A:
Simplest way might be just to alter the alpha component of one or other patches.
Oli Charlesworth
2010-10-20 22:51:22
+2
A:
See the alpha() function, for setting transparency for objects in current axes. alpha() on the MathWorks online help.
Eric Towers
2010-10-20 22:52:20