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/647#issuecomment-156038893,https://api.github.com/repos/pydata/xarray/issues/647,156038893,MDEyOklzc3VlQ29tbWVudDE1NjAzODg5Mw==,10050469,2015-11-12T09:05:40Z,2015-11-12T09:05:40Z,MEMBER,"I guess I can close this issue? ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,115556712 https://github.com/pydata/xarray/issues/647#issuecomment-155414356,https://api.github.com/repos/pydata/xarray/issues/647,155414356,MDEyOklzc3VlQ29tbWVudDE1NTQxNDM1Ng==,10050469,2015-11-10T13:04:58Z,2015-11-10T13:04:58Z,MEMBER,"Thanks. I've just tested it with my data which needed the two keywords `origin='upper', aspect='equal'`. Now it seems that they are set/inferred per default, which is good. So that's just the online documentation that needs a fix. ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,115556712 https://github.com/pydata/xarray/issues/647#issuecomment-154650558,https://api.github.com/repos/pydata/xarray/issues/647,154650558,MDEyOklzc3VlQ29tbWVudDE1NDY1MDU1OA==,10050469,2015-11-07T07:40:07Z,2015-11-07T08:09:08Z,MEMBER,"Yes sorry: ``` python import xray import numpy as np import matplotlib.pyplot as plt import cartopy.crs as ccrs nlat = 15 nlon = 5 arr = np.random.randn(nlat, nlon) arr[0, 0] = np.nan atlantic = xray.DataArray(arr, coords = (np.linspace(50, 20, nlat), np.linspace(-60, -20, nlon)), dims = ('latitude', 'longitude')) ax = plt.axes(projection=ccrs.Orthographic(-50, 30)) atlantic.plot(ax=ax, origin='upper', aspect='equal', transform=ccrs.PlateCarree()) ax.set_global() ax.coastlines() ``` I just tested it on master and I have the same problem... ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,115556712