On Tue, Apr 10, 2012 at 12:22 PM, wiswit <chaoyue...@gmail.com> 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
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to