Re: [matplotlib-devel] Better pyplot wrappers

2009-06-07 Thread Eric Firing
Andrew Straw wrote: > Jouni K. Seppänen wrote: > >> I coded up what I think is an improvement, but since it has a lot of >> potential to break something and release time is near, I didn't commit >> my changes into svn. I tried playing around with git, to see if it is >> useful for communicating pa

Re: [matplotlib-devel] Better pyplot wrappers

2009-06-07 Thread Eric Firing
>> And now that we're talking about this, Eric, as the only MPL dev that I >> know who prefers Hg over git, have you seen >> http://github.com/blog/439-hg-git-mercurial-plugin and would you be >> willing to try it out? I'd be very interested to know if it could make a >> git central repo work seam

Re: [matplotlib-devel] Better pyplot wrappers

2009-06-07 Thread Andrew Straw
Eric Firing wrote: > >>> And now that we're talking about this, Eric, as the only MPL dev that I >>> know who prefers Hg over git, have you seen >>> http://github.com/blog/439-hg-git-mercurial-plugin and would you be >>> willing to try it out? I'd be very interested to know if it could >>> make a >

Re: [matplotlib-devel] Better pyplot wrappers

2009-06-07 Thread Eric Firing
Jouni K. Seppänen wrote: > The current pyplot wrappers all have an argspec of (*args, **kwargs), > which means that any interactive tools that show the possible arguments > will not be able to show anything very useful for the wrapped functions. > Also, since the docstrings are generated dynamicall

Re: [matplotlib-devel] Better pyplot wrappers

2009-06-07 Thread Andrew Straw
Jouni K. Seppänen wrote: > I coded up what I think is an improvement, but since it has a lot of > potential to break something and release time is near, I didn't commit > my changes into svn. I tried playing around with git, to see if it is > useful for communicating patches. I think it's useful

[matplotlib-devel] mplot3d update

2009-06-07 Thread Reinier Heeres
Hi all, I just updated mplot3d with some refactoring, more examples and the start of documentation. Also semi-3D text is available again. Please let me know what you think, perhaps mostly about the user-facing API. It would be good to get that 'right' so that we don't have to change it in the fut

[matplotlib-devel] Better pyplot wrappers

2009-06-07 Thread Jouni K . Seppänen
The current pyplot wrappers all have an argspec of (*args, **kwargs), which means that any interactive tools that show the possible arguments will not be able to show anything very useful for the wrapped functions. Also, since the docstrings are generated dynamically, any static code analysis tools