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/pull/7228#issuecomment-1293827546,https://api.github.com/repos/pydata/xarray/issues/7228,1293827546,IC_kwDOAMm_X85NHj3a,43316012,2022-10-27T17:10:04Z,2022-10-27T17:10:04Z,COLLABORATOR,"> I think we should remove it eventually. In #7174 ndims > 2 is allowed as we just stack the extra dimensions.
Ok, then lets leave it for now and remove it with #7174","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1424707135
https://github.com/pydata/xarray/pull/7228#issuecomment-1293010518,https://api.github.com/repos/pydata/xarray/issues/7228,1293010518,IC_kwDOAMm_X85NEcZW,14371165,2022-10-27T05:20:08Z,2022-10-27T05:20:08Z,MEMBER,"> Should we change the error for `ndims > 2` to a TypeError as well? That would be a breaking change (I don't think it would affect many people though...)
I think we should remove it eventually. In #7174 ndims > 2 is allowed as we just stack the extra dimensions. ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1424707135
https://github.com/pydata/xarray/pull/7228#issuecomment-1292687484,https://api.github.com/repos/pydata/xarray/issues/7228,1292687484,IC_kwDOAMm_X85NDNh8,43316012,2022-10-26T21:44:39Z,2022-10-26T21:55:07Z,COLLABORATOR,"In the line plot we now have:
```python
if ndims == 0 or darray.size == 0:
# TypeError to be consistent with pandas
raise TypeError(""No numeric data to plot."")
if ndims > 2:
raise ValueError(
""Line plots are for 1- or 2-dimensional DataArrays. ""
""Passed DataArray has {ndims} ""
""dimensions"".format(ndims=ndims)
)
```
which looks just wrong, haha.
See https://github.com/pydata/xarray/issues/7156#issuecomment-1277103850
Should we change the error for `ndims > 2` to a TypeError as well? That would be a breaking change (I don't think it would affect many people though...)","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1424707135