Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.1k
Implement head resizing (and reversal) for larrow/rarrow/darrow#29998
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
CharlieThornton33 wants to merge38 commits intomatplotlib:mainChoose a base branch fromCharlieThornton33:road-sign-annotation
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Open
Changes from1 commit
Commits
Show all changes
38 commits Select commitHold shift + click to select a range
2f366fa Make arrow annotation arrowhead adjustable
Abitamime8d7eb7 Add test - not sure if correct
Abitamim15bd7dc Update tutorial
Abitamim4f57495 Fixed linting
Abitamim5c3fa60 Add reversed arrow-head support to larrow/rarrow
CharlieThornton338065549 Fix reversed arrow-head support for single arrows, handle edge cases
CharlieThornton330471e92 Add support for reversed arrow-heads and edge cases in DArrow, update…
CharlieThornton33212cbc9 Update docstings, add what's new notes
CharlieThornton33273a2fe Fix typo in DArrow drawing code
CharlieThornton33bf2d06b Fixed padding inconsistency: reverted breaking API change
CharlieThornton330ea2f5a Fix what's new example
CharlieThornton33d7fd405 Create unit test for boxarrow head adjustment
CharlieThornton33ff34b4b Fixed linting
CharlieThornton33d9b0b32 Update new test to use mpl20 figure style
CharlieThornton33f3369c0 Changed padding for LArrow/RArrow to prevent text spilling out
CharlieThornton333913ef6 [skip ci] Fix spelling mistake in LArrow padding code
CharlieThornton3363a4ba9 Remove 'poking-out' behaviour from reversed arrow-heads, add padding …
CharlieThornton337ed9fd1 Remove now-unneeded manual padding from What's New page
CharlieThornton33d953aef Remove test_boxarrow_adjustment
CharlieThornton33d2105da Prevent text overspill from DArrows using padding
CharlieThornton3354147e6 Added test for arrow-head adjustments
CharlieThornton33b5ba28e Fix padding from straight-edges of reversed arrow heads, fix incorrec…
CharlieThornton33976e54b [skip ci] Fix indentation in galleries/users_explain/text/annotations.py
CharlieThornton33a08c67b [skip ci] Use python % operator rather than np.mod() to act on scalar…
CharlieThornton331dc613e [skip ci] Fix padding for non-reversed small head-size arrows
CharlieThornton3373d9532 [skip ci] Use += and -= abbreviations
CharlieThornton332b83aff [skip ci] Change layout of vertex array for non-reversed LArrow head …
CharlieThornton33e94a777 Improve clarity of DArrow padding code
CharlieThornton3398d4bc4 Make What's New example simpler and more informative
CharlieThornton332ac0bff Implement simplified padding rules
CharlieThornton33a6e2abf Fix padding for darrows
CharlieThornton33f8ba249 Style padding code consistently between larrow and darrow
CharlieThornton337b4b3b1 [ci doc] Move what's new page to releases directory
CharlieThornton33119a051 [skip ci] Make head-width validation clearer
CharlieThornton3380d1c40 Move head-angle validation into constructor
CharlieThornton33460306e Remove references to 'text' for describing original box
CharlieThornton33201e62c [skip ci] Fix accidental paste into docstring
CharlieThornton3394fa82d Fix nomenclature (arrow tail -> arrow shaft)
CharlieThornton33File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
[skip ci] Fix accidental paste into docstring
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit201e62ca35565057c26cd557da0dfbb94efa63fa
There are no files selected for viewing
2 changes: 1 addition & 1 deletionlib/matplotlib/patches.py
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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.