Re: [Tutor] In matplotlib, why are there axes classes vs. axes API? Why not list them under one documentation?

2018-06-16 Thread Mike C
I can only compare to the R language I've used. If there is an issue, say a function freezes at startup, one user brings it up to the list, when the respective maintainer sees the bug, it is usually addressed on the next release. In terms of funding. Isn't Python heavily used in industry, so, fi

Re: [Tutor] In matplotlib, why are there axes classes vs. axes API? Why not list them under one documentation?

2018-06-16 Thread Mats Wichmann
On 06/15/2018 10:49 PM, Mike C wrote: > I can only compare to the R language I've used. If there is an issue, say a > function freezes at startup, one user brings it up to the list, when the > respective maintainer sees the bug, it is usually addressed on the next > release. Sure. So that sug

Re: [Tutor] In matplotlib, why are there axes classes vs. axes API? Why not list them under one documentation?

2018-06-16 Thread Steven D'Aprano
On Sat, Jun 16, 2018 at 04:49:49AM +, Mike C wrote: > I can only compare to the R language I've used. If there is an issue, > say a function freezes at startup, one user brings it up to the list, > when the respective maintainer sees the bug, it is usually addressed > on the next release.

Re: [Tutor] In matplotlib, why are there axes classes vs. axes API? Why not list them under one documentation?

2018-06-16 Thread Alan Gauld via Tutor
On 16/06/18 05:49, Mike C wrote: > I can only compare to the R language I've used. If there is an issue, > say a function freezes at startup, one user brings it up to the list,> when > the respective maintainer sees the bug, it is usually addressed Which is fine if there is a team working onthe