Title: `MaxNLocator` changes the scientific notation exponent with different number of tick labels · Issue #12072 · matplotlib/matplotlib · GitHub
Open Graph Title: `MaxNLocator` changes the scientific notation exponent with different number of tick labels · Issue #12072 · matplotlib/matplotlib
X Title: `MaxNLocator` changes the scientific notation exponent with different number of tick labels · Issue #12072 · matplotlib/matplotlib
Description: Bug report Bug summary MaxNLocator changes the scientific notation with different number of tick labels. Code for reproduction I encountered this unexpected behavior when I changed the y-ticklabel size. Going from size 13 to 14 changes t...
Open Graph Description: Bug report Bug summary MaxNLocator changes the scientific notation with different number of tick labels. Code for reproduction I encountered this unexpected behavior when I changed the y-ticklabel ...
X Description: Bug report Bug summary MaxNLocator changes the scientific notation with different number of tick labels. Code for reproduction I encountered this unexpected behavior when I changed the y-ticklabel ...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/12072
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"`MaxNLocator` changes the scientific notation exponent with different number of tick labels","articleBody":"### Bug report\r\n\r\n**Bug summary**\r\n\r\n`MaxNLocator` changes the scientific notation with different number of tick labels.\r\n\r\n**Code for reproduction**\r\n\r\nI encountered this unexpected behavior when I changed the y-ticklabel size. Going from size 13 to 14 changes the scientific notation from 1e9 to 1e10, and adds an decimal offset to all the ticklabels.\r\n\r\n```python\r\nimport matplotlib.pyplot as plt\r\n\r\nsci_nums = [10**9, 8*10**9]\r\nplt.rcParams['ytick.labelsize'] = 13\r\nfig, ax = plt.subplots()\r\nax.scatter(range(len(sci_nums)), sci_nums)\r\n```\r\n\r\n\r\n\r\n```python\r\nplt.rcParams['ytick.labelsize'] = 14\r\nfig, ax = plt.subplots()\r\nax.scatter(range(len(sci_nums)), sci_nums)\r\n```\r\n\r\n\r\nThis is related to that the larger font size reduces the number of tickslabels. `MaxNLocator` apparently adjusts the scientific notation depending on the number of ticklabels.\r\n\r\n```python\r\nplt.rcParams['ytick.labelsize'] = 13\r\nfig, ax = plt.subplots()\r\nax.scatter(range(len(sci_nums)), sci_nums)\r\n\r\nimport matplotlib.ticker as ticker\r\nax.yaxis.set_major_locator(ticker.MaxNLocator(4))\r\n```\r\n\r\n\r\nI dont' quite understand the rule that `MaxNLocator` uses. Setting 1, 2, 4 or 5 ticklabels results in `1e10`. Setting 3, 6, 7, 8, or 9 ticklabels results in `1e9`.\r\n\r\n**Expected outcome**\r\nI would expect that changing the number of ticklabels (either directly or via another parameter such as the font size) would not result in a change in the formatting of the scientific notation. In this case, I would expect it to remain `1e9` for all the examples above.\r\n\r\n**Matplotlib version**\r\n\r\n * Operating system: `Linux`\r\n * Matplotlib version: `2.2.2`\r\n * Matplotlib backend (`print(matplotlib.get_backend())`): `module://ipykernel.pylab.backend_inline`\r\n * Python version: `3.6.6` (conda-forge)\r\n * Jupyter version (if applicable): `jupyterlab=0.34.3`, jupyter_core=`4.4.0`\r\n * Other libraries: \r\n","author":{"url":"https://github.com/joelostblom","@type":"Person","name":"joelostblom"},"datePublished":"2018-09-09T15:46:57.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":8},"url":"https://github.com/12072/matplotlib/issues/12072"}
| 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:24a6aeb2-bfea-5ce1-1998-9a61ffeb64f4 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | E84E:74FB1:81CA91:B0146C:6A55A9C0 |
| html-safe-nonce | e71f9efcf1ef39dace7acb241b3a4982504d4d4f5d88dbc1d62d52dd748b7a61 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFODRFOjc0RkIxOjgxQ0E5MTpCMDE0NkM6NkE1NUE5QzAiLCJ2aXNpdG9yX2lkIjoiMTI3NDkxODA0MjM4OTAzMTM2MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | ad007748dab102df0f733dc2237c4183ae071363c499e48f0c26bb968e443b3c |
| hovercard-subject-tag | issue:358388493 |
| 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/12072/issue_layout |
| twitter:image | https://opengraph.githubassets.com/8cbe5d70a1aad36eef65e152f8a56d52df4aa4ee2d43cbf2f374ea4e20a3b15f/matplotlib/matplotlib/issues/12072 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/8cbe5d70a1aad36eef65e152f8a56d52df4aa4ee2d43cbf2f374ea4e20a3b15f/matplotlib/matplotlib/issues/12072 |
| og:image:alt | Bug report Bug summary MaxNLocator changes the scientific notation with different number of tick labels. Code for reproduction I encountered this unexpected behavior when I changed the y-ticklabel ... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | joelostblom |
| 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