Re: [Matplotlib-users] Change the size of the plotted 'o's ?

2010-02-26 Thread mikey
Sorry a rather stupid question as there are '.'s available. Although I wouldn't mind knowing if it's possible to tinker with the sizes of 'o's and '.'s. Thanks, Mikey On 27 February 2010 00:29, mikey abc.mi...@googlemail.com wrote: Hi there, I've just made script for displaying discrete data

[Matplotlib-users] Change the size of the plotted 'o's ?

2010-02-26 Thread mikey
Hi there, I've just made script for displaying discrete data clustered in boxes on my graph. The plots are plotted with plt.plot(x,y,'o') and the 'o's seem a reasonable size on screen but when I render it to file they look huge so I'd like to reduce their size. Does anyone know how this is done?

Re: [Matplotlib-users] Change the size of the plotted 'o's ?

2010-02-26 Thread PHobson
-Original Message- From: mikey [mailto:abc.mi...@googlemail.com] Sent: Friday, February 26, 2010 4:29 PM To: matplotlib-users@lists.sourceforge.net Subject: [Matplotlib-users] Change the size of the plotted 'o's ? Hi there, I've just made script for displaying discrete data

Re: [Matplotlib-users] Change the size of the plotted 'o's ?

2010-02-26 Thread John Hunter
On Fri, Feb 26, 2010 at 6:35 PM, mikey abc.mi...@googlemail.com wrote: Sorry a rather stupid question as there are '.'s available. Although I wouldn't mind knowing if it's possible to tinker with the sizes of 'o's and '.'s. See the markersize parameter

Re: [Matplotlib-users] Change the size of the plotted 'o's ?

2010-02-26 Thread Gökhan Sever
On Fri, Feb 26, 2010 at 6:29 PM, mikey abc.mi...@googlemail.com wrote: Hi there, I've just made script for displaying discrete data clustered in boxes on my graph. The plots are plotted with plt.plot(x,y,'o') and the 'o's seem a reasonable size on screen but when I render it to file they