Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pyplot signatures need more tests #12425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jklymak opened this issue Oct 6, 2018 · 2 comments
Closed

pyplot signatures need more tests #12425

jklymak opened this issue Oct 6, 2018 · 2 comments

Comments

@jklymak
Copy link
Member

jklymak commented Oct 6, 2018

Originally posted by @jklymak in #12293

@timhoffm
Copy link
Member

timhoffm commented Oct 7, 2018

Not sure how to do this. Do you have anything particular in mind?

I don't think it's reasonable to test the whole API again. It should already be tested in the underlying Axes or Figure functions.

Essentially, #12293 was about the mapping of parameters. The boilerplate code should just pass everything through. That used to be simple with *args, **kwargs signatures. However, since we switch to explicit signatures where possible, the mapping must be done a bit more carefully.

One possibility might be to test the boilerplate code generator.

@timhoffm
Copy link
Member

timhoffm commented Jul 16, 2020

I don't see something simple but useful to be done here. @jklymak Please reopen if you have a specific proposal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants