Re: [Matplotlib-users] half-filled markers, two-colors

2010-03-01 Thread John Hunter
On Mon, Mar 1, 2010 at 8:12 PM, Jae-Joon Lee lee.j.j...@gmail.com wrote: John and T J, L1587 at lines.py    def set_mfc(self, val):        'alias for set_markerfacecolor'        self.set_markerfacecolor(val, alt=alt) alt is not defined and it currently raises an exception. Fixed --

Re: [Matplotlib-users] half-filled markers, two-colors

2010-03-01 Thread Jae-Joon Lee
John and T J, L1587 at lines.py def set_mfc(self, val): 'alias for set_markerfacecolor' self.set_markerfacecolor(val, alt=alt) alt is not defined and it currently raises an exception. By the way, I noticed that the current approach is to implement fillstyle for EVERY

Re: [Matplotlib-users] half-filled markers, two-colors

2010-02-16 Thread John Hunter
On Mon, Feb 15, 2010 at 8:28 PM, T J tjhn...@gmail.com wrote: On Mon, Feb 15, 2010 at 5:22 PM, John Hunter jdh2...@gmail.com wrote: Very nice and thorough work.  I think this should be included, but I'll wait to hear from other developers before committing.  Could you confirm that the unit

Re: [Matplotlib-users] half-filled markers, two-colors

2010-02-15 Thread PHobson
...@gmail.com] Sent: Monday, February 15, 2010 4:00 PM To: Matplotlib Users Subject: Re: [Matplotlib-users] half-filled markers, two-colors On Sun, Feb 14, 2010 at 2:49 PM, T J tjhn...@gmail.com wrote: I ran across:    http://old.nabble.com/half-filled-markers-td24003576.html The name

Re: [Matplotlib-users] half-filled markers, two-colors

2010-02-15 Thread John Hunter
On Mon, Feb 15, 2010 at 5:59 PM, T J tjhn...@gmail.com wrote: On Sun, Feb 14, 2010 at 2:49 PM, T J tjhn...@gmail.com wrote: I ran across:    http://old.nabble.com/half-filled-markers-td24003576.html The name fillstyle can give the wrong impression about what is being filled.  For example,

Re: [Matplotlib-users] half-filled markers, two-colors

2010-02-15 Thread T J
On Mon, Feb 15, 2010 at 5:22 PM, John Hunter jdh2...@gmail.com wrote: Very nice and thorough work.  I think this should be included, but I'll wait to hear from other developers before committing.  Could you confirm that the unit tests pass? import matplotlib matplotlib.test() Confirmed on

Re: [Matplotlib-users] half-filled markers, two-colors

2010-02-15 Thread Chloe Lewis
phob...@geosyntec.com wrote: ...maybe dividing the markers up into 2, 3, or 4 sections would be useful too. ... There's a gallery example doing that in general, making pie-charts out of the markers: http://matplotlib.sourceforge.net/examples/api/scatter_piecharts.html although I think

[Matplotlib-users] half-filled markers, two-colors

2010-02-14 Thread T J
I ran across: http://old.nabble.com/half-filled-markers-td24003576.html The name fillstyle can give the wrong impression about what is being filled. For example, see the comment here: http://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/msg13074.html It's probably too