FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for lib/matplotlib/offsetbox.py - matplotlib/matplotlib · GitHub
matplotlib
/
matplotlib
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
8.5k
Star
23.3k
Code
Issues
1.1k
Pull requests
430
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
matplotlib
lib
matplotlib
offsetbox.py
on
v3.11.2
User selector
Datepicker
Commit history
Commits on Mar 2, 2026
Remove mpl.text._get_textbox.
Show description for 8e1fa16
anntzer
committed
8e1fa16
View commit details
Copy full SHA for 8e1fa16
View code at this point
Browse repository at this point
Commits on Feb 17, 2026
Fix confusion between text height and ascent in metrics calculations.
Show description for 60f2310
anntzer
authored and
QuLogic
committed
60f2310
View commit details
Copy full SHA for 60f2310
View code at this point
Browse repository at this point
Commits on Feb 16, 2026
breaks up annotationbbox demo, adds annotationbbox
Show description for c58e81a
committed
c58e81a
View commit details
Copy full SHA for c58e81a
View code at this point
Browse repository at this point
Commits on Feb 5, 2026
MNT: Rename check_getitem to getitem_checked
timhoffm
committed
325a0dd
View commit details
Copy full SHA for 325a0dd
View code at this point
Browse repository at this point
Commits on Jul 30, 2025
ENH: Allow tuple for borderpad in AnchoredOffsetbox (#30359)
Aaratrika-Shelly
authored
4f070ac
View commit details
Copy full SHA for 4f070ac
View code at this point
Browse repository at this point
Commits on Jul 1, 2025
Copy-edit the docstring of AuxTransformBox.
Show description for b523581
anntzer
committed
b523581
View commit details
Copy full SHA for b523581
View code at this point
Browse repository at this point
Commits on May 23, 2025
Fix OffsetBox custom picker
Show description for 731f454
QuLogic
committed
731f454
View commit details
Copy full SHA for 731f454
View code at this point
Browse repository at this point
Commits on Apr 12, 2025
Ensure text metric calculation always uses the text cache
Show description for 1840d9b
QuLogic
committed
1840d9b
View commit details
Copy full SHA for 1840d9b
View code at this point
Browse repository at this point
Commits on Apr 2, 2025
Add comment to new method
dstansby
authored
0622c25
View commit details
Copy full SHA for 0622c25
View code at this point
Browse repository at this point
Commits on Mar 31, 2025
Move picker to method
dstansby
committed
c77e9d5
View commit details
Copy full SHA for c77e9d5
View code at this point
Browse repository at this point
Don't drag draggables on scroll events
dstansby
committed
29e7d8d
View commit details
Copy full SHA for 29e7d8d
View code at this point
Browse repository at this point
Commits on Dec 30, 2024
Merge pull request #29389 from timhoffm/doc-offsetbox
Show description for f2717a5
timhoffm
authored
f2717a5
View commit details
Copy full SHA for f2717a5
View code at this point
Browse repository at this point
DOC: Minor improvements on VPacker, HPacker, PaddedBox docs
timhoffm
committed
e845d5a
View commit details
Copy full SHA for e845d5a
View code at this point
Browse repository at this point
MNT: Remove *args for OffsetBox.__init__()
Show description for c855d76
timhoffm
committed
c855d76
View commit details
Copy full SHA for c855d76
View code at this point
Browse repository at this point
Commits on Dec 20, 2024
Use _val_or_rc in more places
QuLogic
committed
2f27efa
View commit details
Copy full SHA for 2f27efa
View code at this point
Browse repository at this point
Commits on Sep 16, 2024
MNT: Replace _docstring.dedent_interpd by its alias _docstring.interpd
Show description for 7c074e6
timhoffm
committed
7c074e6
View commit details
Copy full SHA for 7c074e6
View code at this point
Browse repository at this point
Commits on Sep 7, 2024
Merge pull request #28550 from rcomer/remove-figure-use
Show description for 7f3738d
ksunden
authored
7f3738d
View commit details
Copy full SHA for 7f3738d
View code at this point
Browse repository at this point
Commits on Aug 22, 2024
Format drawing of draggable legend in on_release into a single line
Show description for f186514
vittoboa
and
QuLogic
authored
f186514
View commit details
Copy full SHA for f186514
View code at this point
Browse repository at this point
Commits on Jul 20, 2024
Get dpi, canvas and renderer directly from the root Figure
Show description for 0c911b3
rcomer
and
tacaswell
committed
0c911b3
View commit details
Copy full SHA for 0c911b3
View code at this point
Browse repository at this point
Remove internal use of Artist.figure
rcomer
committed
279cd8f
View commit details
Copy full SHA for 279cd8f
View code at this point
Browse repository at this point
Commits on May 22, 2024
Restore background before draw/blit in on_release of draggable legend
vittoboa
committed
ee36329
View commit details
Copy full SHA for ee36329
View code at this point
Browse repository at this point
Add draw/blit to on_release of draggable lenged
vittoboa
committed
9c03278
View commit details
Copy full SHA for 9c03278
View code at this point
Browse repository at this point
Commits on May 21, 2024
Fix draggable legend disappearing when picking while use_blit=True
vittoboa
committed
255875d
View commit details
Copy full SHA for 255875d
View code at this point
Browse repository at this point
Commits on Feb 20, 2024
Remove self._renderer from AnnotationBbox and ConnectionPatch
Show description for 77f6c2f
ksunden
committed
77f6c2f
View commit details
Copy full SHA for 77f6c2f
View code at this point
Browse repository at this point
Commits on Dec 22, 2023
Use Axes instead of axes core library code
Show description for 30a6af3
timhoffm
committed
30a6af3
View commit details
Copy full SHA for 30a6af3
View code at this point
Browse repository at this point
Commits on Nov 17, 2023
Fix draggable annotations on subfigures.
Show description for a15f571
anntzer
committed
a15f571
View commit details
Copy full SHA for a15f571
View code at this point
Browse repository at this point
Commits on Sep 25, 2023
Removed the deprecated code from offsetbox.py (#26910)
Show description for 8491561
authored
8491561
View commit details
Copy full SHA for 8491561
View code at this point
Browse repository at this point
Commits on Aug 2, 2023
TYP: Mark more items as optional
Show description for 85885a4
QuLogic
committed
85885a4
View commit details
Copy full SHA for 85885a4
View code at this point
Browse repository at this point
Commits on Jun 30, 2023
Merge pull request #26184 from rcomer/annbbox-get_tightbbox
Show description for b71260a
QuLogic
authored
b71260a
View commit details
Copy full SHA for b71260a
View code at this point
Browse repository at this point
FIX: AnnotationBbox extents before draw
rcomer
committed
79250d1
View commit details
Copy full SHA for 79250d1
View code at this point
Browse repository at this point
Commits on Jun 25, 2023
[doc] Improve documentation types
oscargus
committed
c85551c
View commit details
Copy full SHA for c85551c
View code at this point
Browse repository at this point
Commits on Jun 4, 2023
Tweak AnnotationBbox coords specification.
Show description for 095307f
anntzer
committed
095307f
View commit details
Copy full SHA for 095307f
View code at this point
Browse repository at this point
Commits on Apr 17, 2023
Annotation cleanups.
Show description for 8138d84
anntzer
committed
8138d84
View commit details
Copy full SHA for 8138d84
View code at this point
Browse repository at this point
Commits on Mar 26, 2023
In Artist.contains, check that moussevents occurred on the right canvas.
Show description for a6230cc
anntzer
committed
a6230cc
View commit details
Copy full SHA for a6230cc
View code at this point
Browse repository at this point
Commits on Mar 12, 2023
Fix disconnection of callbacks when draggable artist is deparented.
Show description for 3ab8308
anntzer
committed
3ab8308
View commit details
Copy full SHA for 3ab8308
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL