René's URL Explorer Experiment


Title: setting x_scale symlog distorts graph · Issue #14597 · matplotlib/matplotlib · GitHub

Open Graph Title: setting x_scale symlog distorts graph · Issue #14597 · matplotlib/matplotlib

X Title: setting x_scale symlog distorts graph · Issue #14597 · matplotlib/matplotlib

Description: Bug report EDIT: I figured out it's due to the standard set as the option 'linscalex'. Good addition would be force entry of linscalex when using symlog or throw a flag that linscalex is applied. /EDIT setting xscale to symlog produces a...

Open Graph Description: Bug report EDIT: I figured out it's due to the standard set as the option 'linscalex'. Good addition would be force entry of linscalex when using symlog or throw a flag that linscalex is applied. /...

X Description: Bug report EDIT: I figured out it's due to the standard set as the option 'linscalex'. Good addition would be force entry of linscalex when using symlog or throw a flag that linscalex i...

Opengraph URL: https://github.com/matplotlib/matplotlib/issues/14597

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"setting x_scale symlog distorts graph","articleBody":"### Bug report\r\n\r\nEDIT:\r\nI figured out it's due to the standard set as the option 'linscalex'.\r\nGood addition would be force entry of linscalex when using symlog or throw a flag that linscalex is applied.\r\n/EDIT\r\n\r\nsetting xscale to symlog produces a different graph than setting it to log\r\n\r\n\r\n\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\n\r\ndef func(a):\r\n    return a**2*np.exp(a)\r\nalpha=np.linspace(1,10,1000)\r\nplt.plot(alpha,1e5*func(a=alpha))\r\naxes=plt.gca()\r\naxes.set_yscale('log')\r\naxes.set_xscale('symlog')\r\nplt.xlim(1,10)\r\nplt.title('symlog')\r\nplt.show()\r\n\r\nplt.plot(alpha,1e5*func(a=alpha))\r\naxes=plt.gca()\r\naxes.set_yscale('log')\r\naxes.set_xscale('log')\r\nplt.xlim(1,10)\r\nplt.title('log')\r\n\r\nplt.show()\r\n\r\n\r\n```\r\n\r\n**Actual outcome**\r\n![symlog](https://user-images.githubusercontent.com/52042769/59918214-55291500-9424-11e9-9f31-2c5e47494655.png)\r\n\r\n![log](https://user-images.githubusercontent.com/52042769/59918235-63773100-9424-11e9-86c6-cc6912d8a207.png)\r\n\r\n\r\n\r\n\r\n\r\n**Expected outcome**\r\n\r\nI expect this to show what I see when I plot 'log'. \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: MAC OS X, reproduced on Ubuntu 16.04, too\r\n  * Matplotlib version: 3.1.0\r\n  * Python version: 3.7\r\n  * Jupyter version (if applicable): 5.6.8\r\n\r\n\r\n\r\n\r\n","author":{"url":"https://github.com/pjkrauspe","@type":"Person","name":"pjkrauspe"},"datePublished":"2019-06-21T11:06:14.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/14597/matplotlib/issues/14597"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:2fda3cd7-4876-dc39-59c3-7c0fd211720f
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA996:7C839:5E22B3:86CF58:6A589ACD
html-safe-nonce6e83b1e1b4525d22e3b1d74b8d5f7e2dcc60ba3ba903013c662cba1fbfe22aa0
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBOTk2OjdDODM5OjVFMjJCMzo4NkNGNTg6NkE1ODlBQ0QiLCJ2aXNpdG9yX2lkIjoiNzIyNzYyOTQ2MDY1MjU5NTkxNyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac1bb54d979ca1d391fbb3bb7b14700708bee2ffce73aaaabd7f66e1bdfa872e22
hovercard-subject-tagissue:459143339
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/matplotlib/matplotlib/14597/issue_layout
twitter:imagehttps://opengraph.githubassets.com/503c721f599dc2e4c65d01115027788b0cbd4f879c39711e4cdb3f1b4272428c/matplotlib/matplotlib/issues/14597
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/503c721f599dc2e4c65d01115027788b0cbd4f879c39711e4cdb3f1b4272428c/matplotlib/matplotlib/issues/14597
og:image:altBug report EDIT: I figured out it's due to the standard set as the option 'linscalex'. Good addition would be force entry of linscalex when using symlog or throw a flag that linscalex is applied. /...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamepjkrauspe
hostnamegithub.com
expected-hostnamegithub.com
None5f2a0c7865178af3d91dd9f13b0cdfc3c73a2529c873d2780bb4c01271a57ec6
turbo-cache-controlno-preview
go-importgithub.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git
octolytics-dimension-user_id215947
octolytics-dimension-user_loginmatplotlib
octolytics-dimension-repository_id1385122
octolytics-dimension-repository_nwomatplotlib/matplotlib
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1385122
octolytics-dimension-repository_network_root_nwomatplotlib/matplotlib
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release8aae7b8d6caacacf5c66eaeb2702d8dc88d85b4a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/issues/14597#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F14597
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F14597
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=matplotlib%2Fmatplotlib
Reloadhttps://github.com/matplotlib/matplotlib/issues/14597
Reloadhttps://github.com/matplotlib/matplotlib/issues/14597
Reloadhttps://github.com/matplotlib/matplotlib/issues/14597
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/14597
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/14597
Notifications https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Fork 8.4k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Star 23k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Code https://github.com/matplotlib/matplotlib
Issues 1.1k https://github.com/matplotlib/matplotlib/issues
Pull requests 407 https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality 0 https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Code https://github.com/matplotlib/matplotlib
Issues https://github.com/matplotlib/matplotlib/issues
Pull requests https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.