Title: Setting axis ticks in log scale produces duplicate tick labels. · Issue #11575 · matplotlib/matplotlib · GitHub
Open Graph Title: Setting axis ticks in log scale produces duplicate tick labels. · Issue #11575 · matplotlib/matplotlib
X Title: Setting axis ticks in log scale produces duplicate tick labels. · Issue #11575 · matplotlib/matplotlib
Description: Bug report Bug summary Setting axis ticks in a small log scale produces duplicate tick labels. Code for reproduction import matplotlib.pyplot as plt fig, ax = plt.subplots() s = 10 ax.axis([s, 100, 10, 100]) ax.loglog([20, 30], [30, 40])...
Open Graph Description: Bug report Bug summary Setting axis ticks in a small log scale produces duplicate tick labels. Code for reproduction import matplotlib.pyplot as plt fig, ax = plt.subplots() s = 10 ax.axis([s, 100,...
X Description: Bug report Bug summary Setting axis ticks in a small log scale produces duplicate tick labels. Code for reproduction import matplotlib.pyplot as plt fig, ax = plt.subplots() s = 10 ax.axis([s, 100,...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/11575
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Setting axis ticks in log scale produces duplicate tick labels.","articleBody":"### Bug report\r\n\r\n**Bug summary**\r\n\r\nSetting axis ticks in a small log scale produces duplicate tick labels.\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\nimport matplotlib.pyplot as plt\r\nfig, ax = plt.subplots()\r\ns = 10\r\nax.axis([s, 100, 10, 100])\r\nax.loglog([20, 30], [30, 40])\r\nfrom matplotlib.ticker import ScalarFormatter\r\nfor axis in [ax.xaxis, ax.yaxis]:\r\n axis.set_major_formatter(ScalarFormatter())\r\n\r\nax.set_xticks([20, 55])\r\nax.set_yticks([20, 55])\r\nplt.show()\r\n```\r\n\r\n**Actual outcome**\r\n\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**change code a little bit**\r\n```python\r\nimport matplotlib.pyplot as plt\r\nfig, ax = plt.subplots()\r\ns = 9\r\nax.axis([s, 100, 10, 100])\r\nax.loglog([20, 30], [30, 40])\r\nfrom matplotlib.ticker import ScalarFormatter\r\nfor axis in [ax.xaxis, ax.yaxis]:\r\n axis.set_major_formatter(ScalarFormatter())\r\nax.set_xticks([20, 55])\r\nax.set_yticks([20, 55])\r\nplt.show()\r\n```\r\n\r\n**Expected outcome**\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: Ubuntu 16.04\r\n * Matplotlib version: 2.2.2\r\n * Matplotlib backend: Qt5Agg\r\n * Python version: 3.6\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\n","author":{"url":"https://github.com/szsdk","@type":"Person","name":"szsdk"},"datePublished":"2018-07-05T09:28:32.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/11575/matplotlib/issues/11575"}
| 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:1e5da618-ab26-b918-f3c4-3ee77257f3c8 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 83B0:2A0782:19A3CD5:22D97BF:6A53699A |
| html-safe-nonce | fd897511fdba47b643dccb0a56fbc3d9f29f9912fcca976c7821ea4a2162d51d |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4M0IwOjJBMDc4MjoxOUEzQ0Q1OjIyRDk3QkY6NkE1MzY5OUEiLCJ2aXNpdG9yX2lkIjoiNDg0NzcyMzE5MzU3Mjc0NzY3NCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 84f29825c0d6d88717f400dfd4447a9c67f33c015d6553b96e328a5f76078a13 |
| hovercard-subject-tag | issue:338495325 |
| 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/11575/issue_layout |
| twitter:image | https://opengraph.githubassets.com/bc49060092e8f926b2bed3e43a91954a9fd77e09fef04bf997ca1ca3f138b426/matplotlib/matplotlib/issues/11575 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/bc49060092e8f926b2bed3e43a91954a9fd77e09fef04bf997ca1ca3f138b426/matplotlib/matplotlib/issues/11575 |
| og:image:alt | Bug report Bug summary Setting axis ticks in a small log scale produces duplicate tick labels. Code for reproduction import matplotlib.pyplot as plt fig, ax = plt.subplots() s = 10 ax.axis([s, 100,... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | szsdk |
| 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