html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,performed_via_github_app,issue
https://github.com/pydata/xarray/issues/6429#issuecomment-1527537064,https://api.github.com/repos/pydata/xarray/issues/6429,1527537064,IC_kwDOAMm_X85bDF2o,5821660,2023-04-28T13:06:14Z,2023-04-28T13:06:14Z,MEMBER,"It looks like this is no issue any more with recent versions of the stack. At least I can't reproduce this. @mjwillson Please reopen, if you still encounter problems while plotting.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1188262115
https://github.com/pydata/xarray/issues/6429#issuecomment-1084793162,https://api.github.com/repos/pydata/xarray/issues/6429,1084793162,IC_kwDOAMm_X85AqKFK,4502,2022-03-31T16:07:53Z,2022-03-31T16:07:53Z,NONE,"For now I am working around this using:
```python
orig_tight_layout = mpl.figure.Figure.tight_layout
mpl.figure.Figure.tight_layout = lambda *a: None
try:
xarray.plot.pcolormesh(...args...)
finally:
mpl.figure.Figure.tight_layout = orig_tight_layout
```
obviously you don't get a tight layout this way, but the proportions are a lot better.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1188262115