home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 146296448

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/608#issuecomment-146296448 https://api.github.com/repos/pydata/xarray/issues/608 146296448 MDEyOklzc3VlQ29tbWVudDE0NjI5NjQ0OA== 2443309 2015-10-07T19:05:19Z 2015-10-07T19:05:19Z MEMBER

I think this is ready for a review. This fixes #611 and allows us to pass 2d coordinate names into plotting methods.

``` Python

Fixed FacetGrid labels

fg = da.plot.pcolormesh(col='time', col_wrap=4) ```

``` Python

2d coord names

ax = plt.axes(projection=Rasm()) ds.frac.plot.pcolormesh(x='xc', y='yc', transform=cartopy.crs.PlateCarree()) ```

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