Title: Is there a way to set_zticks in a customized way ? · Issue #14980 · matplotlib/matplotlib · GitHub
Open Graph Title: Is there a way to set_zticks in a customized way ? · Issue #14980 · matplotlib/matplotlib
X Title: Is there a way to set_zticks in a customized way ? · Issue #14980 · matplotlib/matplotlib
Description: Bug report Bug summary I'm unable to find anywhere that we can set the ztick like xtick and ytick or is there a way ? Code for reproduction import matplotlib.pyplot as plt import numpy as np import math from mpl_toolkits.mplot3d import A...
Open Graph Description: Bug report Bug summary I'm unable to find anywhere that we can set the ztick like xtick and ytick or is there a way ? Code for reproduction import matplotlib.pyplot as plt import numpy as np import...
X Description: Bug report Bug summary I'm unable to find anywhere that we can set the ztick like xtick and ytick or is there a way ? Code for reproduction import matplotlib.pyplot as plt import numpy as np im...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/14980
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Is there a way to set_zticks in a customized way ?","articleBody":"### Bug report\r\n\r\n**Bug summary**\r\nI'm unable to find anywhere that we can set the `ztick` like `xtick` and `ytick` or is there a way ?\r\n\r\n**Code for reproduction**\r\n```\r\nimport matplotlib.pyplot as plt\r\nimport numpy as np\r\nimport math\r\nfrom mpl_toolkits.mplot3d import Axes3D\r\n\r\nfig = plt.figure()\r\nax = fig.add_subplot(111)\r\nx= np.linspace(-math.pi,math.pi,30)\r\ny= np.linspace(-math.pi,math.pi,30)\r\nxx,yy = np.meshgrid(x,y)\r\n\r\nX_grid, Y_grid = np.meshgrid(x,y)\r\nprint(\"X_grid shape: \",X_grid.shape)\r\nzz =-2*(np.cos(xx) + np.cos(yy))\r\n\r\n#ax = plt.axes(projection='3d')\r\nax = Axes3D(fig)\r\nax.plot_surface(xx,yy,zz)\r\n\r\nplt.xticks([x[0],x[int(len(s)/2)], x[-1]], [r'$-\\pi$', r'$0$', r'$-\\pi$' ])\r\nplt.yticks([y[0],y[int(len(s)/2)], y[-1]], [r'$-\\pi$', r'$0$', r'$-\\pi$' ])\r\nplt.xlabel(\"kx\")\r\nplt.ylabel(\"ky\")\r\n```\r\n**Actual outcome**\r\nPlease see [this](https://imgur.com/2gKygjK).\r\n\r\n**Expected outcome**\r\nIn output `z-axis` should have the values like `x` and `y` axis ( `[-math.pi,0,math.pi]` ).\r\n\r\n**Matplotlib version**\r\n * Operating system: Windows 10\r\n * Matplotlib version: '2.2.2'\r\n * Matplotlib backend (`print(matplotlib.get_backend())`): Qt5Agg\r\n * Python version: Python 3.6.5\r\n\r\nWorking on `Spyder`.","author":{"url":"https://github.com/bhuvanshukla","@type":"Person","name":"bhuvanshukla"},"datePublished":"2019-08-05T08:48:25.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":10},"url":"https://github.com/14980/matplotlib/issues/14980"}
| 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:d79a3836-4330-1b17-e060-f3178ac58156 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | D41E:30A1AE:1017366:156E08B:6A541D81 |
| html-safe-nonce | e775c275e045c7d5ae441a7cc6099072f2cb591b3d5e96aad4b4c892efbb8f10 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENDFFOjMwQTFBRToxMDE3MzY2OjE1NkUwOEI6NkE1NDFEODEiLCJ2aXNpdG9yX2lkIjoiMzc0NTA0MjUwMjcwMjYwMzY0OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 5a384f5c4ad464d67241e3ddaf9749b898f6cbe87e2a8601527ebb64b3cd555b |
| hovercard-subject-tag | issue:476732889 |
| 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/14980/issue_layout |
| twitter:image | https://opengraph.githubassets.com/7788feb3903a02ce6b393bb793a85590402e238c3909dd5264ae71f99c71dcc4/matplotlib/matplotlib/issues/14980 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/7788feb3903a02ce6b393bb793a85590402e238c3909dd5264ae71f99c71dcc4/matplotlib/matplotlib/issues/14980 |
| og:image:alt | Bug report Bug summary I'm unable to find anywhere that we can set the ztick like xtick and ytick or is there a way ? Code for reproduction import matplotlib.pyplot as plt import numpy as np import... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | bhuvanshukla |
| 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