home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 299190567

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/1397#issuecomment-299190567 https://api.github.com/repos/pydata/xarray/issues/1397 299190567 MDEyOklzc3VlQ29tbWVudDI5OTE5MDU2Nw== 10050469 2017-05-04T13:49:40Z 2017-05-04T13:49:40Z MEMBER

@darothen did you find out how to control the map extent in facetgrids? See this example:

python p = ano.T2M.plot(col='month', col_wrap=4, transform=ccrs.PlateCarree(), subplot_kws={'projection': ccrs.PlateCarree()}); for ax in p.axes.flat: ax.add_feature(cartopy.feature.BORDERS) ax.add_feature(cartopy.feature.COASTLINE) ax.set_extent([70, 100, 25, 40]) Cartopy basically ignores my ``extent'' since it wants to make the plots more quadratic than they should:

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