Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
fedora-python
/
matplotlib
Public
forked from
matplotlib/matplotlib
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
6
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
matplotlib
lib
matplotlib
legend_handler.py
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 6, 2025
Fix figure legend when drawing stackplots
dstansby
committed
db6cf15
View commit details
Copy full SHA for db6cf15
View code at this point
Browse repository at this point
Commits on Feb 8, 2025
add hatchcolors param for collections
r3kste
committed
d7da1fc
View commit details
Copy full SHA for d7da1fc
View code at this point
Browse repository at this point
Commits on Jul 20, 2024
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 Sep 12, 2023
[Doc] Small fixes found by velin
oscargus
committed
3fd6eec
View commit details
Copy full SHA for 3fd6eec
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 Mar 30, 2023
Address approx 100 issues identified by mypy.stubtest
Show description for e19f283
ksunden
committed
e19f283
View commit details
Copy full SHA for e19f283
View code at this point
Browse repository at this point
Commits on Mar 17, 2023
DOC: user/explain reorg (and moving a lot of tutorials). (#25395)
Show description for b5c141c
jklymak
authored
b5c141c
View commit details
Copy full SHA for b5c141c
View code at this point
Browse repository at this point
Commits on Mar 5, 2023
Expire parameter renamings
oscargus
committed
1a907a6
View commit details
Copy full SHA for 1a907a6
View code at this point
Browse repository at this point
Commits on Feb 9, 2023
Add ruff config to pyproject.toml for devs who are interested
Show description for 5d471d6
ksunden
committed
5d471d6
View commit details
Copy full SHA for 5d471d6
View code at this point
Browse repository at this point
Commits on Jan 12, 2023
Remove remaining deprecations from 3.5
QuLogic
committed
ca48799
View commit details
Copy full SHA for ca48799
View code at this point
Browse repository at this point
Commits on Dec 16, 2022
MNT: normalize inherit docstring comment + line length wrapping
tacaswell
committed
b011e80
View commit details
Copy full SHA for b011e80
View code at this point
Browse repository at this point
DOC: wording suggestions from review
Show description for 42253c9
3 people
committed
42253c9
View commit details
Copy full SHA for 42253c9
View code at this point
Browse repository at this point
API/DOC: Document legend_handles and legend_handlers
Show description for 2a1a1a6
oscargus
authored and
tacaswell
committed
2a1a1a6
View commit details
Copy full SHA for 2a1a1a6
View code at this point
Browse repository at this point
Commits on Nov 22, 2022
MNT: remove unused arguments to private methods and minor doc fixes
oscargus
committed
dad1c18
View commit details
Copy full SHA for dad1c18
View code at this point
Browse repository at this point
Commits on Jan 8, 2022
Merge pull request #21965 from anntzer/ot
anntzer
authored
5de27aa
View commit details
Copy full SHA for 5de27aa
View code at this point
Browse repository at this point
Commits on Jan 5, 2022
Switch transOffset to offset_transform.
Show description for c25cf96
anntzer
committed
c25cf96
View commit details
Copy full SHA for c25cf96
View code at this point
Browse repository at this point
Commits on Dec 19, 2021
FIX: Prevent set_alpha from changing color of legend patch
Show description for 4695cfe
StefRe
committed
4695cfe
View commit details
Copy full SHA for 4695cfe
View code at this point
Browse repository at this point
Commits on Sep 13, 2021
Support marker="none" to mean "no marker".
Show description for 3b852ac
anntzer
committed
3b852ac
View commit details
Copy full SHA for 3b852ac
View code at this point
Browse repository at this point
Commits on Sep 3, 2021
Make HandlerLine2D{,Compound} inherit constructors from HandlerNpoints.
Show description for 1a61ba1
anntzer
committed
1a61ba1
View commit details
Copy full SHA for 1a61ba1
View code at this point
Browse repository at this point
Commits on Jul 29, 2021
Properly deprecate access to second item returned by HandlerLine2D.
anntzer
committed
a25fd75
View commit details
Copy full SHA for a25fd75
View code at this point
Browse repository at this point
Commits on Jul 28, 2021
Small additional doc updates.
anntzer
committed
3539f18
View commit details
Copy full SHA for 3539f18
View code at this point
Browse repository at this point
leverage modern numpy functions
afvincent
authored and
anntzer
committed
512e403
View commit details
Copy full SHA for 512e403
View code at this point
Browse repository at this point
introduce default monolithic legend handler for Line2D
afvincent
authored and
anntzer
committed
0abac25
View commit details
Copy full SHA for 0abac25
View code at this point
Browse repository at this point
Commits on Jul 18, 2021
Standardize description of kwargs in legend_handler.
Show description for 2e39575
anntzer
committed
2e39575
View commit details
Copy full SHA for 2e39575
View code at this point
Browse repository at this point
Commits on Jun 1, 2021
Reword note on legend handlers
timhoffm
committed
1a86a71
View commit details
Copy full SHA for 1a86a71
View code at this point
Browse repository at this point
Commits on May 28, 2021
DOC: Callout some initial paragraphs in modules.
QuLogic
committed
a19c0ce
View commit details
Copy full SHA for a19c0ce
View code at this point
Browse repository at this point
Commits on May 19, 2021
Add test stolen from @jklymak #20260; fix flake8 warning.
efiring
committed
155ae9f
View commit details
Copy full SHA for 155ae9f
View code at this point
Browse repository at this point
Simplify legend handler for PolyCollections.
Show description for 81a9464
efiring
committed
81a9464
View commit details
Copy full SHA for 81a9464
View code at this point
Browse repository at this point
Commits on Sep 9, 2020
feat: rename levels to stairs
andrzejnovak
committed
aa905ac
View commit details
Copy full SHA for aa905ac
View code at this point
Browse repository at this point
feat: rename histline
andrzejnovak
committed
4a111ce
View commit details
Copy full SHA for 4a111ce
View code at this point
Browse repository at this point
feat: Add histline/StepPatch demo and what's new
andrzejnovak
committed
e24ec93
View commit details
Copy full SHA for e24ec93
View code at this point
Browse repository at this point
feat: Add histline tests + cleanup
andrzejnovak
committed
67c15ec
View commit details
Copy full SHA for 67c15ec
View code at this point
Browse repository at this point
feat: histline color handling
andrzejnovak
committed
467683d
View commit details
Copy full SHA for 467683d
View code at this point
Browse repository at this point
feat: StepPatch
andrzejnovak
committed
157aecf
View commit details
Copy full SHA for 157aecf
View code at this point
Browse repository at this point
Commits on Jul 23, 2020
Use `super()` in legends.
QuLogic
committed
e24a618
View commit details
Copy full SHA for e24a618
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.