-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Clarify Lasso[Selector] demos #19221
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
Comments
Turns out this comment was added 15 years ago: at which point I have no doubt that it was a true statement. However, the api does seem to have solidified in the intervening years. Also in this rooting around through history it seems that LassoSelector was added (#730) several years after the initial Lasso implementation, is it always to be preferred? |
Unfortunately, |
Is this also a good first issue? Assuming my proposed changes are desireable some of them are low barrier to entry. |
The difficult part is to decide what should be done. Once that's done it's possibly less work to directly do it than to write up what to do in a newcomer-friendly way. It's mostly getting the right wording in the right places. |
Looking at this again due to #25155 and I now believe that |
Problem
It is not easy to figure out the differences between the Lasso Demo and the Lasso Selector Demo. There is some redundancy between them
The Lasso Demo explanation contains this off putting sentence:
Furthermore, despite both
Lasso
andLassoSelector
being inwidgets.py
theLasso Demo
is under the Event Handling sections of the gallery - which I find confusing.https://matplotlib.org/3.3.2/gallery/widgets/lasso_selector_demo_sgskip.html and It not eas
Suggested Improvements
Lasso Demo
under the widgets examplesLassoSelector
for selecting points to the explanatory paragraph inLasso Demo
Lasso
andLassoSelector
(After a cursory read I don't see why I wouldn't always prefer the latter)Matplotlib version
The text was updated successfully, but these errors were encountered: