MischaMegens2
MischaMegens2
> I assume you are talking about `view_init()`? Yes, `view_init()`, that's what it comes down to. The https://github.com/search?q=ax.view_init%28+language%3APython+&type=code&p=2 is interesting - of the 92 projects I quickly counted there, the...
> > But we could nudge in the right direction - update the examples to use the keyword arguments, encourage their use in the documentation (and use the azim, elev...
> On the other hand the API change I think is rather annoying for users who are using positional arguments, since no exception will be raised and someone will have...
> Do you mean that we should swap example code to using the kwargs in a new order, but keep the actual function inputs as-is? Yes, accept the actual function...
> Do you want to make a PR? A PR is ready: #28395
A new PR is ready: #29114