Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Cleanup axisartist tutorial.#15505
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
@@ -541,7 +541,7 @@ def inv_tr(x, y): | |||
# system in degree | |||
tr = Affine2D().scale(np.pi/180., 1.) + PolarAxes.PolarTransform() | |||
# extreme finder : find a range of coordinate. | |||
# extreme finder: find a range of coordinate. |
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 would not change this one occurence. There seems to be some consistency in having a space before the colon throughout the tutorial. Either change all or none.
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.
they're all changed now to no space (double colons at end of paragraphs introducing code blocks don't show up in the rendered html so are irrelevant here).
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.
Anybody can merge after CI pass.
An offer I can't refuse! |
PR Summary
PR Checklist