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 marke
On Mon, Mar 1, 2010 at 8:12 PM, Jae-Joon Lee 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 -- thanks for the
On Mon, Feb 15, 2010 at 8:28 PM, T J wrote:
> On Mon, Feb 15, 2010 at 5:22 PM, John Hunter 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 mat
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 my demo of it shows
On Mon, Feb 15, 2010 at 5:22 PM, John Hunter 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 rev 8
On Mon, Feb 15, 2010 at 5:59 PM, T J wrote:
> On Sun, Feb 14, 2010 at 2:49 PM, T J 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, see the comment here:
rom: T J [mailto:tjhn...@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 wrote:
> > I ran across:
> >
> > http://old.nabble.co
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 l
Thanks John,
Sorry, this is too heavy for my programming skills.
I hope to be able to contribute some time later.
Eli
On Sat, Jul 11, 2009 at 7:55 PM, John Hunter wrote:
> On Sat, Jul 11, 2009 at 9:55 AM, Eli Brosh wrote:
> > Thanks John,
> > A kwarg fillstyle with options 'full|top|bottom|left
On Sat, Jul 11, 2009 at 9:55 AM, Eli Brosh wrote:
> Thanks John,
> A kwarg fillstyle with options 'full|top|bottom|left|right' for any marker
> is certainly better than what i have done.
> I just did not have an idea how to program this kwarg.
> Further, I can't see an easy way of generalizing the
Thanks John,
A kwarg fillstyle with options 'full|top|bottom|left|right' for any marker
is certainly better than what i have done.
I just did not have an idea how to program this kwarg.
Further, I can't see an easy way of generalizing the half-filling of
markers.
is there a better way than just pro
On Sat, Jul 11, 2009 at 3:43 AM, Eli Brosh wrote:
> Hello,
> A few weeks earlier I was asking whether it is possible to plot half-filled
> markers in matplotlib.
> As I got no answers I tried to do it myself.
> There are several ways to do it. For example, I considered following the
> example in
>
Hello,
Is there a way to plot half-filled markers in matplotlib ?
For example, I would like to use a circle marker, lower half filled in black
while the upper half is white.
Thanks,
Eli
--
Crystal Reports - New Free Runti
13 matches
Mail list logo