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/1435#issuecomment-1115543900,https://api.github.com/repos/pydata/xarray/issues/1435,1115543900,IC_kwDOAMm_X85Cfdlc,2448579,2022-05-03T01:56:36Z,2022-05-03T01:56:36Z,MEMBER,"This now raises TypeError. Upstream issue is https://github.com/matplotlib/matplotlib/issues/22105
```
File ~/mambaforge/envs/dcpy/lib/python3.8/site-packages/matplotlib/axes/_base.py:2476, in _AxesBase.update_datalim(self, xys, updatex, updatey)
2458 """"""
2459 Extend the `~.Axes.dataLim` Bbox to include the given points.
2460
(...)
2473 Whether to update the x/y limits.
2474 """"""
2475 xys = np.asarray(xys)
-> 2476 if not np.any(np.isfinite(xys)):
2477 return
2478 self.dataLim.update_from_data_xy(xys, self.ignore_existing_data_limits,
2479 updatex=updatex, updatey=updatey)
TypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
```","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,232623945