-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Reword SpanSelector example. #24032
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
Reword SpanSelector example. #24032
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.
slight word nit, take or leave
examples/widgets/span_selector.py
Outdated
@@ -3,9 +3,12 @@ | |||
Span Selector | |||
============= | |||
|
|||
The SpanSelector is a mouse widget to select a xmin/xmax range and plot the | |||
detail view of the selected region in the lower axes | |||
The `.SpanSelector` is a mouse widget that allows selecting a range on an axis. |
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.
The `.SpanSelector` is a mouse widget that allows selecting a range on an axis. | |
The `.SpanSelector` is a mouse widget that enables selecting a range on an axis. |
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.
sure
…032-on-v3.6.x Backport PR #24032 on branch v3.6.x (Reword SpanSelector example.)
…032-on-v3.6.0-doc Backport PR #24032 on branch v3.6.0-doc (Reword SpanSelector example.)
PR Summary
PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).