Title: [ENH]: Syntax addition request to format subplots managed by pyplot.subplots · Issue #26944 · matplotlib/matplotlib · GitHub
Open Graph Title: [ENH]: Syntax addition request to format subplots managed by pyplot.subplots · Issue #26944 · matplotlib/matplotlib
X Title: [ENH]: Syntax addition request to format subplots managed by pyplot.subplots · Issue #26944 · matplotlib/matplotlib
Description: Problem Formating graphs managed by pyplot.subplots needs a lot of redundant typing or iterating on each subplots, and I think it can be done as follows. *for example import matplotlib.pyplot as plot fig, ax = plt.subplots(2,2, figsize=(...
Open Graph Description: Problem Formating graphs managed by pyplot.subplots needs a lot of redundant typing or iterating on each subplots, and I think it can be done as follows. *for example import matplotlib.pyplot as pl...
X Description: Problem Formating graphs managed by pyplot.subplots needs a lot of redundant typing or iterating on each subplots, and I think it can be done as follows. *for example import matplotlib.pyplot as pl...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/26944
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[ENH]: Syntax addition request to format subplots managed by pyplot.subplots","articleBody":"### Problem\r\n\r\n* Formating graphs managed by pyplot.subplots needs a lot of redundant typing or iterating on each subplots, and I think it can be done as follows.\r\n\r\n*for example\r\nimport matplotlib.pyplot as plot\r\nfig, ax = plt.subplots(2,2, figsize=(8,8))\r\nax[0,0].plot(x1,y1, label='x1,y1')\r\nax[0,1].plot(x2,y2, label='x2,y2')\r\nax[1,0].plot(x3,y3, label='x3,y3')\r\nax[1,1].plot(x4,y4, label='x4,y4')\r\n\r\n* Available syntax to add grid, label, legend, etc to each plots \r\n\r\n* method-1 looping \r\n[ax[i,j].grid(which='both') for i in range(2) for j in range(2)]\r\n\r\n* method-2 add grid, label, etc to each plots step by step in hardway \r\nax[0,0].grid(which='both')\r\nax[0,1].grid(which='both')\r\nax[1,0].grid(which='both')\r\nax[1,1].grid(which='both')\r\n\r\n* Feature Requested___ \r\nax[0:2,0].grid(which='both') # to set for first column\r\nax[:,:].grid(which='both') # to set grid for all\r\nax.grid(which='both') # to set grid for all\r\n\r\n### Proposed solution\r\n\r\nI would like to propose these way of syntax to simplify formating multiple subplots\r\n\r\n* Feature Requested\r\nax[0:2,0].grid(which='both') # to set for first column\r\nax[:,:].grid(which='both') # to set grid for all\r\nax.grid(which='both') # to set grid for all\r\n\r\n\r\nthanks a lot and sorry if I do recommend this with limited understanding of your library. I request the above because I like it and want it to be better.\r\n\r\nHave a nice day!","author":{"url":"https://github.com/yaredtds","@type":"Person","name":"yaredtds"},"datePublished":"2023-09-28T07:48:42.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/26944/matplotlib/issues/26944"}
| 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:0f4e4946-b903-de86-0c17-e608da5a5e73 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 87B8:24BC9A:A1393:D3DAF:6A53D475 |
| html-safe-nonce | da128d5163c02e3eeb90610f52d1627b275ee72f3f611154c7207feb8c3c3549 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4N0I4OjI0QkM5QTpBMTM5MzpEM0RBRjo2QTUzRDQ3NSIsInZpc2l0b3JfaWQiOiI1MjkyOTEwMDA1NjQwNzQ2MTAxIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | d0084832bc3b6d2f95509476b656aeb3d6b3746a1cb5142b75344af0a164736e |
| hovercard-subject-tag | issue:1916917357 |
| 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/26944/issue_layout |
| twitter:image | https://opengraph.githubassets.com/3e3309e939d1f633664132289f91848919abe4e8fd63e64e88fcf2acadfb6178/matplotlib/matplotlib/issues/26944 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/3e3309e939d1f633664132289f91848919abe4e8fd63e64e88fcf2acadfb6178/matplotlib/matplotlib/issues/26944 |
| og:image:alt | Problem Formating graphs managed by pyplot.subplots needs a lot of redundant typing or iterating on each subplots, and I think it can be done as follows. *for example import matplotlib.pyplot as pl... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | yaredtds |
| 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 | canary-2 |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width