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/3927#issuecomment-607872076,https://api.github.com/repos/pydata/xarray/issues/3927,607872076,MDEyOklzc3VlQ29tbWVudDYwNzg3MjA3Ng==,10194086,2020-04-02T14:14:09Z,2020-04-02T14:14:09Z,MEMBER,"For the line plot it is here:
https://github.com/pydata/xarray/blob/b3bafeefbd6e6d70bce505ae1f0d9d5a2b015089/xarray/plot/plot.py#L37-L38
For 2D plot it seems to be here
https://github.com/pydata/xarray/blob/b3bafeefbd6e6d70bce505ae1f0d9d5a2b015089/xarray/plot/utils.py#L370-L371
Both might need something like this:
```python
any([x in da[dim].variable.level_names for dim in da.dims])
```
or maybe
```python
any([x in da[coord].variable.level_names for coord in da.coords])
```
?","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,592629388