Title: Extra Grid Line On Plot (PyPlot) · Issue #11758 · matplotlib/matplotlib · GitHub
Open Graph Title: Extra Grid Line On Plot (PyPlot) · Issue #11758 · matplotlib/matplotlib
X Title: Extra Grid Line On Plot (PyPlot) · Issue #11758 · matplotlib/matplotlib
Description: Bug report Bug summary When changing the color of major gridlines in a plot, some major grid lines will occasionally have a gray, slightly transparent line placed over it. Code for reproduction # Paste your code here # # import numpy as ...
Open Graph Description: Bug report Bug summary When changing the color of major gridlines in a plot, some major grid lines will occasionally have a gray, slightly transparent line placed over it. Code for reproduction # P...
X Description: Bug report Bug summary When changing the color of major gridlines in a plot, some major grid lines will occasionally have a gray, slightly transparent line placed over it. Code for reproduction # P...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/11758
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Extra Grid Line On Plot (PyPlot)","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\n**Bug summary**\r\n\r\n\u003c!--A short 1-2 sentences that succinctly describes the bug--\u003e\r\n\r\nWhen changing the color of major gridlines in a plot, some major grid lines will occasionally have a gray, slightly transparent line placed over it.\r\n\r\n**Code for reproduction**\r\n\r\n\u003c!--A minimum code snippet required to reproduce the bug, also minimizing the number of dependencies required--\u003e\r\n\r\n```python\r\n# Paste your code here\r\n#\r\n#\r\nimport numpy as np\r\nimport matplotlib.pyplot as plt\r\n\r\naX = np.array([4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24])\t\t\t# x-axis\r\naY = np.array([1,4,10,20,35,56,80,104,125,140,146,140,125,104,80,56,35,20,10,4,1])\t# y-axis\r\naY = aY / aY.sum()\r\n\r\nplt.plot(aX, aY)\t\t\t\t\t\t\t\t\t\t\t\t\t\t# plot curve and show\r\n\r\nplt.xlim((0, 30))\r\nplt.ylim(ymin = 0)\r\nplt.grid(True, 'major', color='k')\r\nplt.minorticks_on()\r\nplt.grid(True, 'minor', 'y')\r\nplt.show()\r\n```\r\n\r\n**Actual outcome**\r\n\r\n\u003c!--The output produced by the above code, which may be a screenshot, console output, etc.--\u003e\r\n\r\n\r\n\r\nNote the major grid line at 0.06 seems to be \"shaded over\". Additionally, this issue doesn't happen if `aY = aY / aY.sum()` is commented out.\r\n\r\n```\r\n# If applicable, paste the console output here\r\n#\r\n#\r\n```\r\n\r\n**Expected outcome**\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\nI would expect that all major grid lines have the color specified by `plt.grid(True, 'major', color='k')`.\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 7 Professional 64bit\r\n * Matplotlib version: 2.2.2\r\n * Matplotlib backend (`print(matplotlib.get_backend())`): TkAgg\r\n * Python version: 3.6.2\r\n * Jupyter version (if applicable): N/A\r\n * Other libraries: numpy\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\nI installed python from the available .exe file. I installed matplotlib according to the instructions on the website (with pip).\r\n\r\n","author":{"url":"https://github.com/skitko","@type":"Person","name":"skitko"},"datePublished":"2018-07-23T20:54:23.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/11758/matplotlib/issues/11758"}
| 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:88e9c68e-8d92-fbc9-cfc0-0006053a7b67 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 8288:353D2B:EFD81:1541AF:6A547390 |
| html-safe-nonce | 8740f66f6ddc0e7d1de1c63c52c21076237d79f5e94bff1169a5e471c13fe731 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4Mjg4OjM1M0QyQjpFRkQ4MToxNTQxQUY6NkE1NDczOTAiLCJ2aXNpdG9yX2lkIjoiMTg0MjgwMTU1MTcyODczNTEyMCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | eb7b117629c48c94d0daa6b150421875c421bc96205bc1243ec391cc617c383e |
| hovercard-subject-tag | issue:343791872 |
| 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/11758/issue_layout |
| twitter:image | https://opengraph.githubassets.com/a30cbe8af38eb4798679ed0f73f93e9dbc12f54de8869b3ef0d284b9133cdd42/matplotlib/matplotlib/issues/11758 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/a30cbe8af38eb4798679ed0f73f93e9dbc12f54de8869b3ef0d284b9133cdd42/matplotlib/matplotlib/issues/11758 |
| og:image:alt | Bug report Bug summary When changing the color of major gridlines in a plot, some major grid lines will occasionally have a gray, slightly transparent line placed over it. Code for reproduction # P... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | skitko |
| 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 | 6d28624802c2f7d9500239dd6870ed7031b7353b |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width