|
From: Benjamin R. <ben...@ou...> - 2012-09-09 19:32:54
|
On Tue, Apr 10, 2012 at 12:22 PM, wiswit <cha...@gm...> wrote: > Dear all, I use matplotlib 1.1.0. import matplotlib.pyplot as plt > plt.plot(np.arange(10),'ro',mec='none') when I use plt.show(), there is > only blank frame with axis not no points. but plt.plot(np.arange(10),'ro') > will give good plot with read filled circles and black edges. > plt.scatter(np.arange(10),np.arange(10),c='r',marker='o',edgecolor='none') > is working fine. but I really think plt.plot is a very good and easy > function if you don't make complex scatter points. and the circles look > much nicer than that produced by plt.scatter (thought I don't know why as > they use the same symble....) does anyone else have found the same ? thanks > to all, Chao > This works for me with GTKAgg backend. If this is still a problem for you, which backend are you using? Ben Root |