-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC: Simplify markevery demo #21862
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
DOC: Simplify markevery demo #21862
Conversation
dd998c6
to
c398489
Compare
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.
Looks great... A few suggested changes, and maybe an addition.
c398489
to
f58a551
Compare
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.
Feel free to take or leave the small suggestions - its already an improvement. If you don't take them feel free to self merge, if you do take them, feel free to self merge after CI....
- Reword description - Remove non-distinguishing examples: We don't need three float examples, (0.0, 0.1) is the same as 0.1. - This makes for 9 cases, which can be laid out easily in a 3x3 grid, so we don't need axes calculation and removal logic.
cc36bc4
to
78827b7
Compare
…862-on-v3.5.x Backport PR #21862 on branch v3.5.x (DOC: Simplify markevery demo)
…862-on-v3.5.1-doc Backport PR #21862 on branch v3.5.1-doc (DOC: Simplify markevery demo)
examples, (0.0, 0.1) is the same as 0.1.
so we don't need axes calculation and removal logic.