-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Improved selection widget #3502
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
Merged
tacaswell
merged 18 commits into
matplotlib:master
from
blink1073:improved-selection-widget
Nov 13, 2014
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
61ab6df
Factor more behavior into the _SelectorWidget class.
blink1073 e43c788
Fix indentation
blink1073 ea732ef
Put onselect in __init__, fix syntax error, make sure lines are anima…
blink1073 900a6ea
Add tests for the selection widgets
blink1073 706b5b4
Remove private event handling methods to allow for subclassing old api
blink1073 ffd715a
Remove draw_rubberband and minor cleanup
blink1073 53b6056
Add to default_test_modules
blink1073 ddfcf59
Attempt to fix affine transform error
blink1073 76721c1
Fix affine transform error
blink1073 cf66812
Add test cleanup decorator
blink1073 babc377
Move cleanup to the individual checks
blink1073 cf58c0a
Fix failing tests
blink1073 f3261cf
Fix pep8 error
blink1073 c25efbd
Improve handling of out-of-bounds releases
blink1073 ce93c98
Revert changes to setupext.py
blink1073 51c70f0
Style change and use self.blit instead of blit.
blink1073 d711940
MNT : pep8 + pyflake changes
tacaswell 86f28fa
TST : ensure canvas drawn before testing widets
tacaswell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Move cleanup to the individual checks
- Loading branch information
commit babc377a5d22a320af30261bc65519fc376cd15b
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Add a
@cleanup
(frommatplotlib.testing.decorators
) to this. I suspect that the other failing tests are due the artists form this test leaking out.