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-220863225,https://api.github.com/repos/pydata/xarray/issues/818,220863225,MDEyOklzc3VlQ29tbWVudDIyMDg2MzIyNQ==,5356122,2016-05-22T23:28:01Z,2016-05-22T23:28:01Z,MEMBER,"Ah, now I see what you were going for. More going on here than I realized. That's a nice plot :) ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,146182176 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: ![image](https://cloud.githubusercontent.com/assets/5356122/15455348/2811b1e8-2006-11e6-897c-3a5302bae8b4.png) ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,146182176 https://github.com/pydata/xarray/pull/818#issuecomment-220844279,https://api.github.com/repos/pydata/xarray/issues/818,220844279,MDEyOklzc3VlQ29tbWVudDIyMDg0NDI3OQ==,5356122,2016-05-22T17:18:48Z,2016-05-22T17:18:48Z,MEMBER,"The right thing for `xarray` to do is probably to throw an error when any 2d plot method is called with 2 coordinates that actually have higher dimensions. ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,146182176