home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 351663421

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/1780#issuecomment-351663421 https://api.github.com/repos/pydata/xarray/issues/1780 351663421 MDEyOklzc3VlQ29tbWVudDM1MTY2MzQyMQ== 10050469 2017-12-14T09:57:51Z 2017-12-14T09:57:51Z MEMBER

Actually I changed my mind a little bit ;-). Matplotlib won't plot all NaNs images either:

```python import numpy as np import matplotlib.pyplot as plt

a = np.full((2, 2), np.NaN) plt.imshow(a)
plt.show() # raises an error ``` So we have to decide if it's worth to add a bunch of logic in xarray to handle these cases or if it's the user's responsibility to check the data before plotting.

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