Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Fix DATA_PARAMETER_PLACEHOLDER interpolation for quiver&contour{,f}.#21141
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I agree that this is the pattern we use most other places...
The docstring must be set (which we do using docstring.dedent_interpd)before the decoration with _preprocess_data().While we're at it, replace kw by kwargs in quiver/barbs.
While I was at it, I also replaced |
…ation for quiver&contour{,f}.
…141-on-v3.5.xBackport PR#21141 on branch v3.5.x (Fix DATA_PARAMETER_PLACEHOLDER interpolation for quiver&contour{,f}.)
Fix DATA_PARAMETER_PLACEHOLDER interpolation for quiver&contour{,f}.
Fix DATA_PARAMETER_PLACEHOLDER interpolation for quiver&contour{,f}.
The docstring must be set (which we do using docstring.dedent_interpd)
before the decoration with _preprocess_data().
PR Summary
PR Checklist
pytest
passes).flake8
on changed files to check).flake8-docstrings
and runflake8 --docstring-convention=all
).doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).