home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 154650558

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/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
Powered by Datasette · Queries took 0.665ms · About: xarray-datasette