Title: Secondary axis called with [0, 1] might produce exceptions in case these are invalid data · Issue #14270 · matplotlib/matplotlib · GitHub
Open Graph Title: Secondary axis called with [0, 1] might produce exceptions in case these are invalid data · Issue #14270 · matplotlib/matplotlib
X Title: Secondary axis called with [0, 1] might produce exceptions in case these are invalid data · Issue #14270 · matplotlib/matplotlib
Description: Bug report Transform functions for the new feature secondary_xaxis are always called with 0 and 1 at instantiation, which might be invalid input for transformations. Code for reproduction E.g. trying to get a secondary axis showing mjd f...
Open Graph Description: Bug report Transform functions for the new feature secondary_xaxis are always called with 0 and 1 at instantiation, which might be invalid input for transformations. Code for reproduction E.g. tryi...
X Description: Bug report Transform functions for the new feature secondary_xaxis are always called with 0 and 1 at instantiation, which might be invalid input for transformations. Code for reproduction E.g. tryi...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/14270
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Secondary axis called with [0, 1] might produce exceptions in case these are invalid data","articleBody":"\u003c!--To help us understand and resolve your issue, please fill out the form to the best of your ability.--\u003e\r\n\u003c!--You can feel free to delete the sections that do not apply.--\u003e\r\n\r\n### Bug report\r\n\r\nTransform functions for the new feature `secondary_xaxis` are always called with 0 and 1 at\r\ninstantiation, which might be invalid input for transformations.\r\n\r\n**Code for reproduction**\r\n\r\nE.g. trying to get a secondary axis showing mjd for a date axis\r\n\r\n```python\r\nimport matplotlib.pyplot as plt\r\nfrom matplotlib.dates import date2num, num2date\r\nfrom datetime import datetime, timedelta\r\nimport numpy as np\r\n\r\n\r\nMJDREF = datetime(1858, 11, 17, 0)\r\n\r\n\r\ndef trans(mpl_date):\r\n print(mpl_date)\r\n return (num2date(mpl_date) - MJDREF).total_seconds() / 86400\r\n\r\n\r\ndef inv(mjd):\r\n return date2num(MJDREF + timedelta(days=mjd))\r\n\r\n\r\nt = np.array(['2018-01-01', '2018-03-03', '2018-04-10'], dtype='datetime64[s]')\r\n\r\n\r\nfig, ax = plt.subplots()\r\nax.plot(t, [1, 2, 1])\r\n\r\nt_ax = ax.secondary_xaxis('top', functions=(trans, inv))\r\n```\r\n\r\nResults in:\r\n\r\n```\r\nValueError: Cannot convert 0 to a date. This often happens if non-datetime values are passed to an axis that expects datetime objects.\r\n```\r\n\r\n**Matplotlib version**\r\n\u003c!--Please specify your platform and versions of the relevant libraries you are using:--\u003e\r\n * Operating system: linux, but should be indepenent\r\n * Matplotlib version: 3.1\r\n * Matplotlib backend: all\r\n * Python version: 3.7\r\n\r\n\r\n","author":{"url":"https://github.com/maxnoe","@type":"Person","name":"maxnoe"},"datePublished":"2019-05-20T10:12:20.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":9},"url":"https://github.com/14270/matplotlib/issues/14270"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:1d105066-5839-88e4-dd78-7cc8278bb36b |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | B3E4:2080FA:6FCD26:9B39D0:6A538814 |
| html-safe-nonce | c57896918a576d1d81edd406025d8c60ce03f5c8f7ca8f453433da0831ccfb0b |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCM0U0OjIwODBGQTo2RkNEMjY6OUIzOUQwOjZBNTM4ODE0IiwidmlzaXRvcl9pZCI6IjY4OTgzNzM4MTg4ODIxNjQ3NTYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | a43f2e26e6071518df939156950d41a12e6791d4768bab19a2dd45f3f97d899d |
| hovercard-subject-tag | issue:446033296 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/matplotlib/matplotlib/14270/issue_layout |
| twitter:image | https://opengraph.githubassets.com/7268cedbaa9b73f6134489ac880f8bf1ab1a7cdcb1f471aa1200d1288ab3e3b6/matplotlib/matplotlib/issues/14270 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/7268cedbaa9b73f6134489ac880f8bf1ab1a7cdcb1f471aa1200d1288ab3e3b6/matplotlib/matplotlib/issues/14270 |
| og:image:alt | Bug report Transform functions for the new feature secondary_xaxis are always called with 0 and 1 at instantiation, which might be invalid input for transformations. Code for reproduction E.g. tryi... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | maxnoe |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git |
| octolytics-dimension-user_id | 215947 |
| octolytics-dimension-user_login | matplotlib |
| octolytics-dimension-repository_id | 1385122 |
| octolytics-dimension-repository_nwo | matplotlib/matplotlib |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 1385122 |
| octolytics-dimension-repository_network_root_nwo | matplotlib/matplotlib |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 07a982c1d40157c619b364352b704c3ce66bb332 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width