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 }}
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.2k
Code
Issues
1.1k
Pull requests
433
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
mathtext: add support for unicode mathematics fonts
- #31048
#31048
Closed
llohse
wants to merge 25 commits into
matplotlib:text-overhaul
matplotlib/matplotlib:text-overhaul
from
llohse:mathtext-unicode
llohse/matplotlib:mathtext-unicode
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Closed
mathtext: add support for unicode mathematics fonts
#31048
llohse
wants to merge 25 commits into
matplotlib:text-overhaul
matplotlib/matplotlib:text-overhaul
from
llohse:mathtext-unicode
llohse/matplotlib:mathtext-unicode
Copy head branch name to clipboard
Commits
Commits on Feb 3, 2026
Bump the actions group across 1 directory with 2 updates
Show description for 9b725bd
dependabot[bot]
authored and
llohse
committed
9b725bd
View commit details
Copy full SHA for 9b725bd
Browse repository at this point
Remove outdated notion of property alias priority from docs.
Show description for b9a5ae5
anntzer
authored and
llohse
committed
b9a5ae5
View commit details
Copy full SHA for b9a5ae5
Browse repository at this point
Fix grammar: 'it would better' -> 'it would be better' in comment
bodhisilberling
authored and
llohse
committed
5953dd1
View commit details
Copy full SHA for 5953dd1
Browse repository at this point
reorg docs to remove misc section, consolidate and cleanup file structure info
story645
authored and
llohse
committed
ec04898
View commit details
Copy full SHA for ec04898
Browse repository at this point
widgets.pyi: Add missing RadioButtons.index_selected type hint
doronbehar
authored and
llohse
committed
ed0f0f6
View commit details
Copy full SHA for ed0f0f6
Browse repository at this point
CheckButtons: rename _checks to _buttons
Show description for e42b312
doronbehar
authored and
llohse
committed
e42b312
View commit details
Copy full SHA for e42b312
Browse repository at this point
*Buttons: use a shared _Buttons class
Show description for 37aa7f8
doronbehar
authored and
llohse
committed
37aa7f8
View commit details
Copy full SHA for 37aa7f8
Browse repository at this point
*Buttons: use a semi-public self._buttons_ys variable
doronbehar
authored and
llohse
committed
cdc231f
View commit details
Copy full SHA for cdc231f
Browse repository at this point
*Buttons: share more __init__ functionality
doronbehar
authored and
llohse
committed
81b2196
View commit details
Copy full SHA for 81b2196
Browse repository at this point
Fix formatting: add space after # in TODO comment
bodhisilberling
authored and
llohse
committed
9aae0a8
View commit details
Copy full SHA for 9aae0a8
Browse repository at this point
move doc build options into tables and tabs
story645
authored and
llohse
committed
0be344d
View commit details
Copy full SHA for 0be344d
Browse repository at this point
Remove mutable defaults from tool manager functions
Show description for fce26f5
QuLogic
authored and
llohse
committed
fce26f5
View commit details
Copy full SHA for fce26f5
Browse repository at this point
DOC: Use the old class-based autodoc with Sphinx 9
Show description for e721843
QuLogic
authored and
llohse
committed
e721843
View commit details
Copy full SHA for e721843
Browse repository at this point
DOC: Fix cross-references to new _Buttons class
QuLogic
authored and
llohse
committed
71b6bf2
View commit details
Copy full SHA for 71b6bf2
Browse repository at this point
FIX: Handle AxesWidget cleanup after failed init (#30935)
Show description for deec641
2 people
authored and
llohse
committed
deec641
View commit details
Copy full SHA for deec641
Browse repository at this point
TST: Fix warnings from Pillow for unavailable features
Show description for f17ca37
QuLogic
authored and
llohse
committed
f17ca37
View commit details
Copy full SHA for f17ca37
Browse repository at this point
Speedup normalize_kwargs by storing aliases in a more practical format.
Show description for 9387f36
anntzer
authored and
llohse
committed
9387f36
View commit details
Copy full SHA for 9387f36
Browse repository at this point
Improving error message for width and position type mismatch in violinplot (#30752)
Show description for 6361f6f
4 people
authored and
llohse
committed
6361f6f
View commit details
Copy full SHA for 6361f6f
Browse repository at this point
DOC: Make grammatical corrections [ci doc]
star1327p
authored and
llohse
committed
6bea6f6
View commit details
Copy full SHA for 6bea6f6
Browse repository at this point
DOCS: Fix typo in time array step size comment
Show description for 442b53a
vujadinovic
authored and
llohse
committed
442b53a
View commit details
Copy full SHA for 442b53a
Browse repository at this point
DOC: bring the credits page a little more up-to-date [ci doc]
Show description for 4460ed3
rcomer
authored and
llohse
committed
4460ed3
View commit details
Copy full SHA for 4460ed3
Browse repository at this point
Add type hint for fig_kw in subplots (#31033)
Show description for 90dd742
sanrishi
authored and
llohse
committed
90dd742
View commit details
Copy full SHA for 90dd742
Browse repository at this point
mathtext: add support for unicode mathematics fonts
Show description for 6b499a4
llohse
committed
6b499a4
View commit details
Copy full SHA for 6b499a4
Browse repository at this point
bundle STIX Two Math in tests
llohse
committed
3d98533
View commit details
Copy full SHA for 3d98533
Browse repository at this point
inline _is_digit, etc.
llohse
committed
d8bf6d2
View commit details
Copy full SHA for d8bf6d2
Browse repository at this point
You can’t perform that action at this time.