home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 628619788

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/4061#issuecomment-628619788 https://api.github.com/repos/pydata/xarray/issues/4061 628619788 MDEyOklzc3VlQ29tbWVudDYyODYxOTc4OA== 31730876 2020-05-14T13:03:12Z 2020-05-14T13:03:12Z NONE

It might be useful to note here that my solution for now was just to pass the arrays directly to pcolormesh rather than going through the xarray plot interface.

i.e. I changed from

img = ds['var'].plot(ax=ax, cmap=cmap, norm=norm) to img = ax.pcolormesh(ds.x.values, ds.y.values, ds.tas.values, cmap=cmap, norm=norm)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  618141254
Powered by Datasette · Queries took 0.98ms · About: xarray-datasette