Title: SecondaryAxis.grid() fails silently · Issue #18941 · matplotlib/matplotlib · GitHub
Open Graph Title: SecondaryAxis.grid() fails silently · Issue #18941 · matplotlib/matplotlib
X Title: SecondaryAxis.grid() fails silently · Issue #18941 · matplotlib/matplotlib
Description: This code is copy-pasted from this SO question. Bug report Bug summary Creating a secondary axis and calling the .grid() method on it does not draw a grid. If it should not draw grid, it should throw an Exception. Code for reproduction i...
Open Graph Description: This code is copy-pasted from this SO question. Bug report Bug summary Creating a secondary axis and calling the .grid() method on it does not draw a grid. If it should not draw grid, it should thr...
X Description: This code is copy-pasted from this SO question. Bug report Bug summary Creating a secondary axis and calling the .grid() method on it does not draw a grid. If it should not draw grid, it should thr...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/18941
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"SecondaryAxis.grid() fails silently","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\nThis code is copy-pasted from [this SO question](https://stackoverflow.com/questions/64784834/draw-grid-line-on-secondaryaxis-matplotlib).\r\n\r\n\r\n### Bug report\r\n\r\n**Bug summary**\r\n\r\n\u003c!--A short 1-2 sentences that succinctly describes the bug--\u003e\r\n\r\nCreating a secondary axis and calling the `.grid()` method on it does not draw a grid. If it should not draw grid, it should throw an Exception. \r\n\r\n**Code for reproduction**\r\n\r\n\u003c!--A minimum code snippet required to reproduce the bug.\r\nPlease make sure to minimize the number of dependencies required, and provide\r\nany necessary plotted data.\r\nAvoid using threads, as Matplotlib is (explicitly) not thread-safe.--\u003e\r\n\r\n```python\r\nimport matplotlib.pyplot as plt\r\nimport numpy as np\r\n\r\n\r\ndef get_data_and_ticks():\r\n\r\n # generate dummy load duration curve\r\n dur = 2500\r\n y = np.random.normal(60, 30, dur + 1)\r\n y[::-1].sort()\r\n\r\n x = range(0, dur + 1)\r\n perticks = np.linspace(0, 1, 11)\r\n xticks = perticks * dur\r\n yticks = np.interp(xticks, range(0, dur + 1), y)\r\n\r\n return x, y, xticks, yticks\r\n\r\n\r\nx, y, xticks, yticks = get_data_and_ticks()\r\n\r\n# create figure object with axe object\r\nfig, ax1 = plt.subplots(figsize=(10, 7))\r\nax1.plot(x, y)\r\n\r\n# create second axis\r\ncolor = \"tab:blue\"\r\n\r\nax2 = ax1.secondary_yaxis(\"right\")\r\nax2.set_yticks(yticks)\r\nax2.set_yticklabels(labels=[f\"{i*10}%\" for i in range(11)])\r\nax2.tick_params(axis=\"y\", color=color, labelcolor=color)\r\n\r\n# draw grid lines on the secondaryaxis\r\n# The problem is at this line\r\nax2.grid(color=color, which=\"major\", linestyle=\"--\")\r\n\r\nplt.show()\r\n```\r\n\r\n**Actual outcome**\r\n\r\n\r\n\r\n\r\n**Expected outcome**\r\n\r\n**Alternative A**\r\ndraw a figure like this:\r\n\r\n\r\n\r\n**Alternative B**\r\nRaise an exception and tell the user that `SecondaryAxis.grid()` is not supported.\r\n\r\n\r\n\u003c!--A description of the expected outcome from the code snippet--\u003e\r\n\u003c!--If this used to work in an earlier version of Matplotlib, please note the version it used to work on--\u003e\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: Windows 10\r\n * Matplotlib version: 3.3.3\r\n * Matplotlib backend (`print(matplotlib.get_backend())`): TkAgg\r\n * Python version: 3.8.6 64-bit\r\n\r\n\r\n\u003c!--Please tell us how you installed matplotlib and python e.g., from source, pip, conda--\u003e\r\n\u003c!--If you installed from conda, please specify which channel you used if not the default--\u003e\r\n\r\nSame applies if a SecondaryAxis is created for `x` (`ax1.secondary_xaxis(\"top\")`)","author":{"url":"https://github.com/fohrloop","@type":"Person","name":"fohrloop"},"datePublished":"2020-11-12T16:56:49.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":10},"url":"https://github.com/18941/matplotlib/issues/18941"}
| 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:b8e2f019-f706-bfc0-cfbc-c4468e9fb0ad |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 85CE:3FA4A2:81ED86:B25B79:6A55A7D3 |
| html-safe-nonce | b4212fc10f844d9ca44f66e27e38c8b68f0b2a49755c5bae830559de3868da60 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NUNFOjNGQTRBMjo4MUVEODY6QjI1Qjc5OjZBNTVBN0QzIiwidmlzaXRvcl9pZCI6Ijc4NTI1NjU5ODQxMTIzODgwNTEiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 536d5c8ad8a16a3b239ccb9d7370574b6351cf47bf47514a3765cba0527f1c0f |
| hovercard-subject-tag | issue:741764630 |
| 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/18941/issue_layout |
| twitter:image | https://opengraph.githubassets.com/90aa0afeeb2b363db8f1e1a6f5e8652575cc6a614e28c20edf1b55632c56b947/matplotlib/matplotlib/issues/18941 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/90aa0afeeb2b363db8f1e1a6f5e8652575cc6a614e28c20edf1b55632c56b947/matplotlib/matplotlib/issues/18941 |
| og:image:alt | This code is copy-pasted from this SO question. Bug report Bug summary Creating a secondary axis and calling the .grid() method on it does not draw a grid. If it should not draw grid, it should thr... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | fohrloop |
| hostname | github.com |
| expected-hostname | github.com |
| None | b5665c84831ed9ac4fb79519c16c9c5580ba8092fb8bb6e3e72972ec7197348e |
| 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 | 653fccf1e27344851c0d3de3fa6faa526197f072 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width