René's URL Explorer Experiment


Title: Make kwargs names in scale.py not include the axis direction. by anntzer · Pull Request #14916 · matplotlib/matplotlib · GitHub

Open Graph Title: Make kwargs names in scale.py not include the axis direction. by anntzer · Pull Request #14916 · matplotlib/matplotlib

X Title: Make kwargs names in scale.py not include the axis direction. by anntzer · Pull Request #14916 · matplotlib/matplotlib

Description: Make names of kwargs to Scale subclasses independent of whether the underlying axis is x or y (so that after the deprecation period, one can just have a normal signature -- def __init__(self, *, base=10, ...). We could possibly also change semilogx and semilogy to use the unsuffixed names (with deprecation), leaving only loglog with the suffixed names, or even also make loglog use unsuffixed names, in which case it would become impossible to set separate x and y bases directly in loglog -- one should then do gca().set_xscale("log", base=...) which doesn't seem too onerous. (loglog is the only case where the suffixed names has some utility.) EDIT: see #14916 (comment). In general, note that having kwargs that depend on the axis direction doesn't really scale -- for example, if we were to finally add log-scale support to mplot3d, should scale.py know about it and add basez? Should we have baser for log-scale polar plots? (at least in the radial direction, they make sense) Move argument validation up the the Transform subclasses. Make SymmetricalLogScale.{base,linthresh,linscale} properties mapping to the underlying transform so that they can't go out of sync. As discussed with @tacaswell during the dev call. PR Summary PR Checklist Has Pytest style unit tests Code is Flake 8 compliant New features are documented, with examples if plot related Documentation is sphinx and numpydoc compliant Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there) Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

Open Graph Description: Make names of kwargs to Scale subclasses independent of whether the underlying axis is x or y (so that after the deprecation period, one can just have a normal signature -- def __init__(self, *, ba...

X Description: Make names of kwargs to Scale subclasses independent of whether the underlying axis is x or y (so that after the deprecation period, one can just have a normal signature -- def __init__(self, *, ba...

Opengraph URL: https://github.com/matplotlib/matplotlib/pull/14916

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:d5f3b73b-1fc7-ebf1-5259-3e85455ef7f8
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idDF22:3DCA1C:3037F1:419D84:6A581B5B
html-safe-noncebfcd18693b368d63c12851892de2f9d6bc406aa7d1701600fd2ac43a07c3fa01
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERjIyOjNEQ0ExQzozMDM3RjE6NDE5RDg0OjZBNTgxQjVCIiwidmlzaXRvcl9pZCI6IjE1Mzc1MzU2MjE1ODkzNzU4MzUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac9902fc2bb90d1395f9fbf41717119ada122e08722166a0e2c9020b9d0f5fc5b7
hovercard-subject-tagpull_request:302243002
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/matplotlib/matplotlib/pull/14916/files
twitter:imagehttps://avatars.githubusercontent.com/u/1322974?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/1322974?s=400&v=4
og:image:altMake names of kwargs to Scale subclasses independent of whether the underlying axis is x or y (so that after the deprecation period, one can just have a normal signature -- def __init__(self, *, ba...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None49c8c15fabcbf356d607a90ca115c13b273e42ff8b74155de050fd229a9b0121
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git
octolytics-dimension-user_id215947
octolytics-dimension-user_loginmatplotlib
octolytics-dimension-repository_id1385122
octolytics-dimension-repository_nwomatplotlib/matplotlib
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1385122
octolytics-dimension-repository_network_root_nwomatplotlib/matplotlib
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3fb1f684e7a833eb1b2d01d39875a2b52cb4fe9b
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/pull/14916/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F14916%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F14916%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=matplotlib%2Fmatplotlib
Reloadhttps://github.com/matplotlib/matplotlib/pull/14916/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/14916/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/14916/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/14916/files
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/14916/files
Notifications https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Fork 8.4k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Star 23k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Code https://github.com/matplotlib/matplotlib
Issues 1.1k https://github.com/matplotlib/matplotlib/issues
Pull requests 407 https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality 0 https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Code https://github.com/matplotlib/matplotlib
Issues https://github.com/matplotlib/matplotlib/issues
Pull requests https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fmatplotlib%2Fmatplotlib%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib%2Fissues%2Fnew%2Fchoose
efiringhttps://github.com/efiring
matplotlib:masterhttps://github.com/matplotlib/matplotlib/tree/master
anntzer:morescalevalidationhttps://github.com/anntzer/matplotlib/tree/morescalevalidation
Conversation 32 https://github.com/matplotlib/matplotlib/pull/14916
Commits 3 https://github.com/matplotlib/matplotlib/pull/14916/commits
Checks 0 https://github.com/matplotlib/matplotlib/pull/14916/checks
Files changed https://github.com/matplotlib/matplotlib/pull/14916/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/14916/files
Make kwargs names in scale.py not include the axis direction. https://github.com/matplotlib/matplotlib/pull/14916/files#top
Show all changes 3 commits https://github.com/matplotlib/matplotlib/pull/14916/files
2c03e25 Make kwargs names in scale.py not include the axis direction. anntzer Jul 24, 2019 https://github.com/matplotlib/matplotlib/pull/14916/commits/2c03e251bcc40623ed4643ed6e340b9a4fda1bf2
a00c27c Also change the kwarg names on semilogx/y and loglog. anntzer Feb 4, 2020 https://github.com/matplotlib/matplotlib/pull/14916/commits/a00c27c1eb309118be2fc7dd362a643d24c9d56e
ea57339 Also rename nonpos->nonpositive. anntzer Feb 9, 2020 https://github.com/matplotlib/matplotlib/pull/14916/commits/ea57339d07b66b87cd84a087e5a175c44792bd51
Clear filters https://github.com/matplotlib/matplotlib/pull/14916/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/14916/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/14916/files
deprecations.rst https://github.com/matplotlib/matplotlib/pull/14916/files#diff-f339b7945159052b210d8fc8830129f19c3d2aa6b66baa857eea8034b4a1efac
log_demo.py https://github.com/matplotlib/matplotlib/pull/14916/files#diff-9321ba3af3086b344c806f972a2d7f0d77f0daa0b83779e850e9c2f699777449
scales.py https://github.com/matplotlib/matplotlib/pull/14916/files#diff-d968f4065419877c78bed591ff8325eed0203c18ac3c7b5f7a89b01d4356f4cc
symlog_demo.py https://github.com/matplotlib/matplotlib/pull/14916/files#diff-0df0f52f29f8e41fde3f8f0d267733fcbf0050323e76729ae532fe761b0dbcd8
_axes.py https://github.com/matplotlib/matplotlib/pull/14916/files#diff-608e2a1bf3d32fd631b0763599a3334d59822c11cb4fec1fa7398c9714592900
scale.py https://github.com/matplotlib/matplotlib/pull/14916/files#diff-aa9ad5f5699f4aead65ab741dc9b34f6de86cbfe85fe6ebbc0927b38bbb775d9
test_axes.py https://github.com/matplotlib/matplotlib/pull/14916/files#diff-ef5144bd27a700deb760ef56ccf51dc6fcfe86723f9ffa84df7f024985bf3ee7
test_scale.py https://github.com/matplotlib/matplotlib/pull/14916/files#diff-006fbcf3ffb43a1b821cbd5d23ff9c0e0855ac1f509d15f61fdb3e422b67d31e
pyplot.py https://github.com/matplotlib/matplotlib/pull/14916/files#diff-6e69bf08848d1192b369c984e2340103afcd0c35fef85173d0842dd6db63a19f
doc/api/next_api_changes/deprecations.rsthttps://github.com/matplotlib/matplotlib/pull/14916/files#diff-f339b7945159052b210d8fc8830129f19c3d2aa6b66baa857eea8034b4a1efac
View file https://github.com/anntzer/matplotlib/blob/ea57339d07b66b87cd84a087e5a175c44792bd51/doc/api/next_api_changes/deprecations.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/14916/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/14916/files#diff-f339b7945159052b210d8fc8830129f19c3d2aa6b66baa857eea8034b4a1efac
examples/scales/log_demo.pyhttps://github.com/matplotlib/matplotlib/pull/14916/files#diff-9321ba3af3086b344c806f972a2d7f0d77f0daa0b83779e850e9c2f699777449
View file https://github.com/anntzer/matplotlib/blob/ea57339d07b66b87cd84a087e5a175c44792bd51/examples/scales/log_demo.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/14916/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/14916/files#diff-9321ba3af3086b344c806f972a2d7f0d77f0daa0b83779e850e9c2f699777449
https://github.com/matplotlib/matplotlib/pull/14916/files#diff-9321ba3af3086b344c806f972a2d7f0d77f0daa0b83779e850e9c2f699777449
https://github.com/matplotlib/matplotlib/pull/14916/files#diff-9321ba3af3086b344c806f972a2d7f0d77f0daa0b83779e850e9c2f699777449
examples/scales/scales.pyhttps://github.com/matplotlib/matplotlib/pull/14916/files#diff-d968f4065419877c78bed591ff8325eed0203c18ac3c7b5f7a89b01d4356f4cc
View file https://github.com/anntzer/matplotlib/blob/ea57339d07b66b87cd84a087e5a175c44792bd51/examples/scales/scales.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/14916/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/14916/files#diff-d968f4065419877c78bed591ff8325eed0203c18ac3c7b5f7a89b01d4356f4cc
https://github.com/matplotlib/matplotlib/pull/14916/files#diff-d968f4065419877c78bed591ff8325eed0203c18ac3c7b5f7a89b01d4356f4cc
examples/scales/symlog_demo.pyhttps://github.com/matplotlib/matplotlib/pull/14916/files#diff-0df0f52f29f8e41fde3f8f0d267733fcbf0050323e76729ae532fe761b0dbcd8
View file https://github.com/anntzer/matplotlib/blob/ea57339d07b66b87cd84a087e5a175c44792bd51/examples/scales/symlog_demo.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/14916/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/14916/files#diff-0df0f52f29f8e41fde3f8f0d267733fcbf0050323e76729ae532fe761b0dbcd8
https://github.com/matplotlib/matplotlib/pull/14916/files#diff-0df0f52f29f8e41fde3f8f0d267733fcbf0050323e76729ae532fe761b0dbcd8
lib/matplotlib/axes/_axes.pyhttps://github.com/matplotlib/matplotlib/pull/14916/files#diff-608e2a1bf3d32fd631b0763599a3334d59822c11cb4fec1fa7398c9714592900
View file https://github.com/anntzer/matplotlib/blob/ea57339d07b66b87cd84a087e5a175c44792bd51/lib/matplotlib/axes/_axes.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/14916/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/14916/files#diff-608e2a1bf3d32fd631b0763599a3334d59822c11cb4fec1fa7398c9714592900
https://github.com/matplotlib/matplotlib/pull/14916/files#diff-608e2a1bf3d32fd631b0763599a3334d59822c11cb4fec1fa7398c9714592900
https://github.com/matplotlib/matplotlib/pull/14916/files#diff-608e2a1bf3d32fd631b0763599a3334d59822c11cb4fec1fa7398c9714592900
https://github.com/matplotlib/matplotlib/pull/14916/files#diff-608e2a1bf3d32fd631b0763599a3334d59822c11cb4fec1fa7398c9714592900
https://github.com/matplotlib/matplotlib/pull/14916/files#diff-608e2a1bf3d32fd631b0763599a3334d59822c11cb4fec1fa7398c9714592900
https://github.com/matplotlib/matplotlib/pull/14916/files#diff-608e2a1bf3d32fd631b0763599a3334d59822c11cb4fec1fa7398c9714592900
https://github.com/matplotlib/matplotlib/pull/14916/files#diff-608e2a1bf3d32fd631b0763599a3334d59822c11cb4fec1fa7398c9714592900
https://github.com/matplotlib/matplotlib/pull/14916/files#diff-608e2a1bf3d32fd631b0763599a3334d59822c11cb4fec1fa7398c9714592900
https://github.com/matplotlib/matplotlib/pull/14916/files#diff-608e2a1bf3d32fd631b0763599a3334d59822c11cb4fec1fa7398c9714592900
https://github.com/matplotlib/matplotlib/pull/14916/files#diff-608e2a1bf3d32fd631b0763599a3334d59822c11cb4fec1fa7398c9714592900
https://github.com/matplotlib/matplotlib/pull/14916/files#diff-608e2a1bf3d32fd631b0763599a3334d59822c11cb4fec1fa7398c9714592900
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/14916/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.