René's URL Explorer Experiment


Title: ENH: new date formatter by jklymak · Pull Request #10841 · matplotlib/matplotlib · GitHub

Open Graph Title: ENH: new date formatter by jklymak · Pull Request #10841 · matplotlib/matplotlib

X Title: ENH: new date formatter by jklymak · Pull Request #10841 · matplotlib/matplotlib

Description: PR Summary Update 22 Sep 2018: New localization mechanism. This can now be localized. Its a bit verbose because there are basically 3*7 = 21 formatting strings. 7 for the normal ticks, 7 for the ticks that are major time divisions (i.e. if ticks are 22 Mar, 1 Apr, 8 Apr, the tick labels will be "22", "Apr", "8". ). I think the default is good, and ISO compliant. The verbose lists of strings allow localization with a bit of work. I include an example of how to create a trivial subclass to encapsulate that customization. Maybe someone more clever than me can come up with a better way to do this. ..its described in detail at https://13776-1385122-gh.circle-artifacts.com/0/home/circleci/project/doc/build/html/gallery/ticks_and_spines/date_concise_formatter.html#sphx-glr-gallery-ticks-and-spines-date-concise-formatter-py [x] still needs tests ping @anntzer and @ImportanceOfBeingErnest who were both interested in how this would localize. Update 4 July 2018 Renamed ConciseDateFormatter and included examples of how to use it. I think mechanisms or dicussion of whether it shoudl be the defautl can be deferred. Certainly its nice to be able to set the date format manually as pointed out by @ImportanceOfBeingErnest below, and the current method allows this, whereas this Formatter has no localization like that. ... This is a proposed new date formatter. I find the Automatic one less than useful, though I appreciate the functional flexibility of the default one. I'd argue the default should be something like this, but apprecaite we are conservative on such matters. This isn't ready for serious review attention yet, but thoughts on the API or the result are welcome... I'll note a couple fo flaws (in my opinion) of the default locator. As per #9801, interval_multiples=True should be the default. Secondly, it would be nice if the locator only located the first and 15th of the month rather than 1, 15, 29. EDIT: added extra info in the "offset" region of the axes. import datetime import numpy as np import matplotlib matplotlib.use('Qt5Agg') import matplotlib.pyplot as plt import matplotlib.dates as mdates fig, axs = plt.subplots(2, 3, figsize=(8,8), constrained_layout=True) axs = axs.flatten() if False: for ax in axs: locator = mdates.AutoDateLocator(interval_multiples=True) formatter = mdates.ConciseDateFormatter(locator) ax.yaxis.set_major_locator(locator) ax.yaxis.set_major_formatter(formatter) fname = 'New.png' else: for ax in axs: locator = mdates.AutoDateLocator(interval_multiples=True) formatter = mdates.AutoDateFormatter(locator) ax.yaxis.set_major_locator(locator) ax.yaxis.set_major_formatter(formatter) fname = 'Old.png' ax = axs[0] t0 = datetime.datetime(2009, 1, 20) tf = datetime.datetime(2009, 1, 21) ax.axhspan(t0, tf, facecolor="blue", alpha=0.25) ax.set_ylim(t0 - datetime.timedelta(days=5), tf + datetime.timedelta(days=5)) ax.set_title('Days', loc='Right') ax = axs[1] t0 = datetime.datetime(2009, 1, 20) tf = datetime.datetime(2009, 3, 21) ax.axhspan(t0, tf, facecolor="blue", alpha=0.25) ax.set_ylim(t0 - datetime.timedelta(days=15), tf + datetime.timedelta(days=15)) ax.set_title('2 Months', loc='Right') ax = axs[2] t0 = datetime.datetime(2008, 8, 20) tf = datetime.datetime(2010, 3, 21) ax.axhspan(t0, tf, facecolor="blue", alpha=0.25) ax.set_ylim(t0 - datetime.timedelta(days=105), tf + datetime.timedelta(days=105)) ax.set_title(' Months/Y', loc='Right') ax = axs[3] t0 = datetime.datetime(2005, 8, 20) tf = datetime.datetime(2015, 3, 21) ax.axhspan(t0, tf, facecolor="blue", alpha=0.25) ax.set_ylim(t0 - datetime.timedelta(days=1005), tf + datetime.timedelta(days=1005)) ax.set_title(' Years', loc='Right') ax = axs[4] t0 = datetime.datetime(2009, 8, 20) tf = datetime.datetime(2009, 8, 21) ax.axhspan(t0, tf, facecolor="blue", alpha=0.25) ax.set_ylim(t0 - datetime.timedelta(hours=3), tf + datetime.timedelta(hours=3)) ax.set_title(' Hours', loc='Right') ax = axs[5] t0 = datetime.datetime(2009, 8, 20, 9) tf = datetime.datetime(2009, 8, 20, 10) ax.axhspan(t0, tf, facecolor="blue", alpha=0.25) ax.set_ylim(t0 - datetime.timedelta(minutes=3), tf + datetime.timedelta(minutes=3)) ax.set_title(' Minutes', loc='Right') fig.savefig(fname) plt.show() Before: After: PR Checklist Has Pytest style unit tests Code is PEP 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: PR Summary Update 22 Sep 2018: New localization mechanism. This can now be localized. Its a bit verbose because there are basically 3*7 = 21 formatting strings. 7 for the normal ticks, 7 for the ...

X Description: PR Summary Update 22 Sep 2018: New localization mechanism. This can now be localized. Its a bit verbose because there are basically 3*7 = 21 formatting strings. 7 for the normal ticks, 7 for the ...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:675fbf61-80d7-9039-57d3-a542228e2865
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id837C:185C34:21E990A:2E5FF69:6A5396A6
html-safe-nonce6649ccb8a80f372fada7afbf44b92cc719778d8cb7699c9e75ca59c02d5e0547
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MzdDOjE4NUMzNDoyMUU5OTBBOjJFNUZGNjk6NkE1Mzk2QTYiLCJ2aXNpdG9yX2lkIjoiNTA0MzI3OTkwMDczNzUwOTAzMCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmaca97e1ff31b261a909e437518b73910a489e424f8a948b9a18314a6c688058065
hovercard-subject-tagpull_request:175971279
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/10841/files
twitter:imagehttps://avatars.githubusercontent.com/u/1562854?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/1562854?s=400&v=4
og:image:altPR Summary Update 22 Sep 2018: New localization mechanism. This can now be localized. Its a bit verbose because there are basically 3*7 = 21 formatting strings. 7 for the normal ticks, 7 for the ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
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
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/pull/10841/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F10841%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%2F10841%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/10841/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/10841/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/10841/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/10841/files
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/10841/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 408 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
anntzerhttps://github.com/anntzer
matplotlib:masterhttps://github.com/matplotlib/matplotlib/tree/master
jklymak:enh-new-date-formatterhttps://github.com/jklymak/matplotlib/tree/enh-new-date-formatter
Conversation 149 https://github.com/matplotlib/matplotlib/pull/10841
Commits 1 https://github.com/matplotlib/matplotlib/pull/10841/commits
Checks 0 https://github.com/matplotlib/matplotlib/pull/10841/checks
Files changed https://github.com/matplotlib/matplotlib/pull/10841/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/10841/files
ENH: new date formatter https://github.com/matplotlib/matplotlib/pull/10841/files#top
Show all changes 1 commit https://github.com/matplotlib/matplotlib/pull/10841/files
a76c70f ENH: New ConciseDateFormatter formatter for dates jklymak Jul 10, 2018 https://github.com/matplotlib/matplotlib/pull/10841/commits/a76c70f1dd87a7a9547b0cb012de03104e597aa4
Clear filters https://github.com/matplotlib/matplotlib/pull/10841/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/10841/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/10841/files
.flake8 https://github.com/matplotlib/matplotlib/pull/10841/files#diff-6951dbb399883798a226c1fb496fdb4183b1ab48865e75eddecf6ceb6cf46442
concise_date_formatter.rst https://github.com/matplotlib/matplotlib/pull/10841/files#diff-188de62977d1c3965d5d6b3a052342eccc665b37f9b95bfbb6d92c237178c9e9
date_concise_formatter.py https://github.com/matplotlib/matplotlib/pull/10841/files#diff-badcb18ea0ad8ef1fd3f203a836a75eca5d64e2d4a8fc0e9910f55a04d1224d5
dates.py https://github.com/matplotlib/matplotlib/pull/10841/files#diff-31219318ec1480e3b32a4dc999aeb48c78f14cc19a24b2c709c00ae1cbd508b2
test_dates.py https://github.com/matplotlib/matplotlib/pull/10841/files#diff-f6b9882f4b670e33a47f77f7e12970c3be7ebd7f393f5406c721a6acbd52ec00
text_intro.py https://github.com/matplotlib/matplotlib/pull/10841/files#diff-639c0b56ccb09d230a5eb920895b1608e57869e3fd9287adb250f9009c09355a
.flake8https://github.com/matplotlib/matplotlib/pull/10841/files#diff-6951dbb399883798a226c1fb496fdb4183b1ab48865e75eddecf6ceb6cf46442
View file https://github.com/jklymak/matplotlib/blob/a76c70f1dd87a7a9547b0cb012de03104e597aa4/.flake8
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/10841/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/10841/files#diff-6951dbb399883798a226c1fb496fdb4183b1ab48865e75eddecf6ceb6cf46442
https://github.com/matplotlib/matplotlib/pull/10841/files#diff-6951dbb399883798a226c1fb496fdb4183b1ab48865e75eddecf6ceb6cf46442
doc/users/next_whats_new/concise_date_formatter.rsthttps://github.com/matplotlib/matplotlib/pull/10841/files#diff-188de62977d1c3965d5d6b3a052342eccc665b37f9b95bfbb6d92c237178c9e9
View file https://github.com/jklymak/matplotlib/blob/a76c70f1dd87a7a9547b0cb012de03104e597aa4/doc/users/next_whats_new/concise_date_formatter.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/10841/{{ revealButtonHref }}
examples/ticks_and_spines/date_concise_formatter.pyhttps://github.com/matplotlib/matplotlib/pull/10841/files#diff-badcb18ea0ad8ef1fd3f203a836a75eca5d64e2d4a8fc0e9910f55a04d1224d5
View file https://github.com/jklymak/matplotlib/blob/a76c70f1dd87a7a9547b0cb012de03104e597aa4/examples/ticks_and_spines/date_concise_formatter.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/10841/{{ revealButtonHref }}
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/10841/files
QuLogichttps://github.com/QuLogic
Nov 25, 2018https://github.com/matplotlib/matplotlib/pull/10841/files#r236096465
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/10841/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/10841/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.