issue_comments: 223520490
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/866#issuecomment-223520490 | https://api.github.com/repos/pydata/xarray/issues/866 | 223520490 | MDEyOklzc3VlQ29tbWVudDIyMzUyMDQ5MA== | 10050469 | 2016-06-03T08:26:00Z | 2016-06-03T08:26:00Z | MEMBER | Here's a mwe: ``` python import numpy as np import matplotlib.pyplot as plt import xarray as xr x, y = np.meshgrid(np.arange(12), np.arange(12)) z = xr.DataArray(x2 + y2) z.plot.contour(levels=[10], add_colorbar=False) ``` which indeed doesn't plot anything. Note that without
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
158212793 |