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/3938#issuecomment-633644669,https://api.github.com/repos/pydata/xarray/issues/3938,633644669,MDEyOklzc3VlQ29tbWVudDYzMzY0NDY2OQ==,2448579,2020-05-25T16:32:09Z,2020-05-25T16:32:09Z,MEMBER,Thanks @mathause!,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,594674417
https://github.com/pydata/xarray/pull/3938#issuecomment-633468091,https://api.github.com/repos/pydata/xarray/issues/3938,633468091,MDEyOklzc3VlQ29tbWVudDYzMzQ2ODA5MQ==,10194086,2020-05-25T09:09:19Z,2020-05-25T09:09:19Z,MEMBER,@dcherian do you think you could merge for me?,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,594674417
https://github.com/pydata/xarray/pull/3938#issuecomment-626535624,https://api.github.com/repos/pydata/xarray/issues/3938,626535624,MDEyOklzc3VlQ29tbWVudDYyNjUzNTYyNA==,10194086,2020-05-11T07:52:42Z,2020-05-11T12:55:39Z,MEMBER,No problem. Thanks for the helpful feedback and your dedication to xarray!,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,594674417
https://github.com/pydata/xarray/pull/3938#issuecomment-623078278,https://api.github.com/repos/pydata/xarray/issues/3938,623078278,MDEyOklzc3VlQ29tbWVudDYyMzA3ODI3OA==,10194086,2020-05-03T09:02:22Z,2020-05-03T09:02:22Z,MEMBER,This would be ready for review ;),"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,594674417
https://github.com/pydata/xarray/pull/3938#issuecomment-615889194,https://api.github.com/repos/pydata/xarray/issues/3938,615889194,MDEyOklzc3VlQ29tbWVudDYxNTg4OTE5NA==,2448579,2020-04-18T15:24:01Z,2020-04-18T15:24:01Z,MEMBER,:+1: on adding something to `plotting.rst`. Just a single example with a multiindex would do.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,594674417
https://github.com/pydata/xarray/pull/3938#issuecomment-615482314,https://api.github.com/repos/pydata/xarray/issues/3938,615482314,MDEyOklzc3VlQ29tbWVudDYxNTQ4MjMxNA==,10194086,2020-04-17T21:58:00Z,2020-04-17T21:58:00Z,MEMBER,"This should of course not lead to confusion, however, there are operations that work with levels, e.g. `da[""level""]` returns a mutltiindex level as virtual coordinate* and `da.sel(level=5)` works.
In my case I had Coordinates that looked something like this
```
Coordinates:
* time (time) datetime64[ns] ...
* ens (ens) MultiIndex
- model (ens) ""CESM"", ""MIROC"", ...
- number (ens) 0, 1, ...
```
and I wanted to do `da.plot(x=""time"", y=""number"")`, but this does currently not work. What I could do is `ds.reset_index(""ens"")` and use the resulting ""non-dimension coordinate"" for plotting.
(Both ""non-dimension coordinate"" and ""MultiIndex"" have some issues, so depending on what I want to do I need one ore the other.)
*which is why I only needed to change the valitity check for `x` and `y` and not the plotting itself","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,594674417
https://github.com/pydata/xarray/pull/3938#issuecomment-615460645,https://api.github.com/repos/pydata/xarray/issues/3938,615460645,MDEyOklzc3VlQ29tbWVudDYxNTQ2MDY0NQ==,2448579,2020-04-17T20:58:40Z,2020-04-17T20:58:40Z,MEMBER,"This seems potentially confusing because I don't think any other xarray operation works with multiindex levels.
Would it be more intuitive to allow plotting with multiindexes by converting the multiindex to a vector of strings and passing that to MPL?","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,594674417
https://github.com/pydata/xarray/pull/3938#issuecomment-614263687,https://api.github.com/repos/pydata/xarray/issues/3938,614263687,MDEyOklzc3VlQ29tbWVudDYxNDI2MzY4Nw==,10194086,2020-04-15T20:29:07Z,2020-04-15T20:29:07Z,MEMBER,"I think this is ready for review. I simplified the error messages for the 1D case - let me know if this ok.
@max-sixty @dcherian ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,594674417