issue_comments: 648949820
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/pull/4020#issuecomment-648949820 | https://api.github.com/repos/pydata/xarray/issues/4020 | 648949820 | MDEyOklzc3VlQ29tbWVudDY0ODk0OTgyMA== | 14662821 | 2020-06-24T17:12:16Z | 2020-06-24T17:12:16Z | CONTRIBUTOR | would it make sense to update the documentation here: http://xarray.pydata.org/en/stable/plotting.html#maps the update would be: ```diff - ax = plt.axes(projection=ccrs.Orthographic(-80, 35)) - air.isel(time=0).plot.contourf(ax=ax, transform=ccrs.PlateCarree()) - ax.set_global() + p = air.isel(time=0).plot(projection=ccrs.Orthographic(-80, 35), + transform=ccrs.PlateCarree()) + p.axes.set_global()
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
611238092 |