There was a question on the matplotlib-users list about symbols in
scatter, that made me realize that the new "marker = (5,0)" ... syntax,
that I contributed some time ago, were not documented. So I tried to
write a doc string.
Can anyone please check this and add the patch? Btw: shouldn't the
Andrew Straw wrote:
> Great -- hopefully that saved you some API re-arrangement pain. No
> problem on shuffling mpl_sizer around -- please go ahead do it if you
> have time.
>
> -Andrew
>
> Jeff Whitaker wrote:
>> Andrew: Thanks, you've convinced me. Is it OK with you if I go
>> ahead and make
Could someone point me at a discussion/article that explains the need
for namespace packages? I'm sure there is some good reason for it
but on the surface it seems very confusing. I've always thought that
the purpose of the __init__ file is to define the public interface
for a package. So wh
Ted Drain wrote:
> Could someone point me at a discussion/article that explains the need
> for namespace packages? I'm sure there is some good reason for it but
> on the surface it seems very confusing. I've always thought that the
> purpose of the __init__ file is to define the public interfa
Jeff Whitaker wrote:
> Ted Drain wrote:
>> Could someone point me at a discussion/article that explains the need
>> for namespace packages? I'm sure there is some good reason for it but
>> on the surface it seems very confusing. I've always thought that the
>> purpose of the __init__ file is t
Eric Firing wrote:
> Jeff Whitaker wrote:
>> Ted Drain wrote:
>>> Could someone point me at a discussion/article that explains the
>>> need for namespace packages? I'm sure there is some good reason for
>>> it but on the surface it seems very confusing. I've always thought
>>> that the purpose