|
From: Gustavo G. <gus...@gm...> - 2012-08-08 20:35:10
|
I can use the scatter function to plot an array of points and give a corresponding array of colors to set those points. Is it possible to do the same thing with alpha values? Right now, I'm restoring to calling plot with an 'o' marker for each individual point, which is slow. |