home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1084793162

This data as json

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-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
Powered by Datasette · Queries took 149.486ms · About: xarray-datasette