-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Clean up unit examples #8377
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
Clean up unit examples #8377
Conversation
examples/units/artist_tests.py
Outdated
their axes parent, so you must init the artists with the axes instance | ||
if you want to initialize them with unit data, or else they will not | ||
The axis handles unit conversions and the artists keep a pointer to | ||
their axis parent, so you must initialize the artists with the axis instance |
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'm thinking this is still a bit long; can you break the sentence in two: "their axis parent. You must initialize ..."?
examples/units/bar_demo2.py
Outdated
@@ -3,12 +3,12 @@ | |||
Bar demo with units | |||
=================== | |||
|
|||
plot using a variety of cm vs inches conversions. The example shows | |||
how default unit instrospection works (ax1), how various keywords can | |||
A plot using a variety of centimetre vs inches conversions. This example shows |
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.
vs inches -> and inch
Is this line not too long? Or is everything else just wrapped a bit short?
Perhaps it would be helpful to add a comment that the module |
Backported to |
Adds in all the comments from #8254