Re: [Matplotlib-users] plotting open symbols

2010-08-23 Thread Friedrich Romstedt
2010/8/20 Benjamin Root : > This used to trip me up as well.  However, for colors in matplotlib, None > (without quotes) tells mpl to use the default color, while 'None' (typically > not case-sensitive) means "do not plot any color". More precise, the string 'None' translates to fully transparent

Re: [Matplotlib-users] plotting open symbols

2010-08-20 Thread Benjamin Root
On Fri, Aug 20, 2010 at 10:25 AM, Jonathan Slavin wrote: > Tinne, > > Thanks. I think I had tried that but with mfc=None -- that is without > None in quotes as if it were a string. I have to say it's a bit odd to > have it in quotes since generally it is a different data type entirely > (None ty

Re: [Matplotlib-users] plotting open symbols

2010-08-20 Thread Jonathan Slavin
Tinne, Thanks. I think I had tried that but with mfc=None -- that is without None in quotes as if it were a string. I have to say it's a bit odd to have it in quotes since generally it is a different data type entirely (None type). Jon On Fri, 2010-08-20 at 17:12 +0200, Tinne De Laet wrote: >

Re: [Matplotlib-users] plotting open symbols

2010-08-20 Thread Tinne De Laet
Hi Jonathan, On Fri, Aug 20, 2010 at 16:29, Jonathan Slavin wrote: > To all: > > I'm wondering if there is any way to make plots with open symbols, e.g. > a circle.  I know how to use markers that look open, e.g. by doing > something like, > plot(x,y,marker='o',mfc='w') > They are white in the ce