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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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
427
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
[MNT]: Implement
Scale.val_in_range
and refactor
_point_in_data_domain
- #31306
#31306
Merged
QuLogic
merged 13 commits into
matplotlib:main
matplotlib/matplotlib:main
from
null-dreams:mnt
null-dreams/matplotlib:mnt
Copy head branch name to clipboard
Mar 20, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
[MNT]: Implement
Scale.val_in_range
and refactor
_point_in_data_domain
#31306
QuLogic
merged 13 commits into
matplotlib:main
matplotlib/matplotlib:main
from
null-dreams:mnt
null-dreams/matplotlib:mnt
Copy head branch name to clipboard
Commits
Commits on Mar 14, 2026
scale: add `ScaleBase.val_in_range` for domain validation
Show description for c3df005
null-dreams
committed
c3df005
View commit details
Copy full SHA for c3df005
Browse repository at this point
typing: add `ScaleBase.val_in_range` to `scale.pyi`
null-dreams
committed
f91d2b4
View commit details
Copy full SHA for f91d2b4
Browse repository at this point
axis: add `Axis.val_in_range` to delgate the domain check
null-dreams
committed
926c259
View commit details
Copy full SHA for 926c259
Browse repository at this point
typing: add `Axis.val_in_range` to `axis.pyi`
null-dreams
committed
e3dc7b7
View commit details
Copy full SHA for e3dc7b7
Browse repository at this point
axes: modify `_point_in_data_domain` to use the new `Axis.val_in_range`
null-dreams
committed
6feeec1
View commit details
Copy full SHA for 6feeec1
Browse repository at this point
Commits on Mar 15, 2026
scale: refactor `val_in_range` to accept scalar values and return a single bool
null-dreams
committed
631a52f
View commit details
Copy full SHA for 631a52f
Browse repository at this point
typing: refactor `Scale.val_in_range` to reflect the type changes
null-dreams
committed
d62a69f
View commit details
Copy full SHA for d62a69f
Browse repository at this point
Commits on Mar 18, 2026
tests: add test cases for `val_in_range` for different scales
null-dreams
committed
59bd52b
View commit details
Copy full SHA for 59bd52b
Browse repository at this point
refactor: remove 'val_in_range' from axis.py and the corressponding pyi file
null-dreams
committed
6d03949
View commit details
Copy full SHA for 6d03949
Browse repository at this point
refactor: add finite bound check for base class and implemented classes
null-dreams
committed
b78b003
View commit details
Copy full SHA for b78b003
Browse repository at this point
tests: edited test cases to fit the new requirements
null-dreams
committed
3de6b1f
View commit details
Copy full SHA for 3de6b1f
Browse repository at this point
Commits on Mar 20, 2026
refactor: compact function body in LogScale
null-dreams
committed
c35268f
View commit details
Copy full SHA for c35268f
Browse repository at this point
refactor: made changes as suggested by reviewer
null-dreams
committed
6b820a8
View commit details
Copy full SHA for 6b820a8
Browse repository at this point
You can’t perform that action at this time.