Re: [Matplotlib-users] plt.gray dont' work with plt.scatter?

2009-09-12 Thread lotrpy
or in the scatter() > command will work for the example you tried: > > scatter(x,y,s=area, marker='^', facecolor=(.7,.7,.7), c='r') > > Gary R. > > > lotrpy wrote: > >> Hello, Sorry for my broken english. I copy the source code from >> >> h

[Matplotlib-users] plt.gray dont' work with plt.scatter?

2009-09-11 Thread lotrpy
Hello, Sorry for my broken english. I copy the source code from http://matplotlib.sourceforge.net/examples/pylab_examples/scatter_demo.html Just Insert one line "gray()" before the last line "show()". But the picture is sitll colorful. not a gray picture. It there somethig I missed. Thanks in adva