home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 220844145

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/818#issuecomment-220844145 https://api.github.com/repos/pydata/xarray/issues/818 220844145 MDEyOklzc3VlQ29tbWVudDIyMDg0NDE0NQ== 5356122 2016-05-22T17:16:14Z 2016-05-22T18:31:58Z MEMBER

The problem is with the shape of these coordinates.

```

ds = xr.tutorial.load_dataset('RASM_example_data') ds['xc'].shape (205, 275) ```

EDIT: just to be clear, it doesn't make sense to pass in 2d arrays for both x and y coordinates for a 2d plotting function.

Run this: ds.Tair[0].plot.pcolormesh(x='x', y='y') to produce:

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