Hi all, While playing around with scatter plots, I noticed something strange about the colors displayed. For example,
f = plt.figure() ax = f.gca(projection='3d') ax.scatter([1,2,3], [1,2,3], [1,2,3], 'o', c=[(0,0,1,1), (0,0,0,1), (1,0,0,1)]) plt.show() should show a blue, a black and a red dot. Instead, my first dot is grey. It's almost as if the axes "panels" are displayed over it. Is this a bug, or am I doing something I shouldn't? Regards Stéfan ------------------------------------------------------------------------------ uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel