From: Zhang L. <zha...@gm...> - 2006-06-30 15:20:35
|
Hi, I'm trying to plot a set of points using given RGB tuples as color: plot([0.5],[0.5], '.', markersize=50, color=(0.5,0.5,0.5)) there is no error but the point I got is still blue. Any tips? Zhang Le |