issues: 237325677
This data as json
| id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 237325677 | MDU6SXNzdWUyMzczMjU2Nzc= | 1461 | Bug: Faceting fails with levels (easy to fix) | 15937254 | closed | 0 | 2 | 2017-06-20T19:52:30Z | 2018-04-02T21:26:17Z | 2018-03-06T05:05:59Z | NONE | Faceting example fails with levels
I tracked this down inside newplotfunc to the line
This function does not check if levels is assigned. And hence automatically adds a cmap on the second panel of the plot ```Python cmap_args = inspect.getargspec(_determine_cmap_params).args cmap_kwargs.update((a, kwargs[a]) for a in cmap_args if a in kwargs)
``` the check fails after that. |
{
"url": "https://api.github.com/repos/pydata/xarray/issues/1461/reactions",
"total_count": 2,
"+1": 1,
"-1": 0,
"laugh": 1,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
completed | 13221727 | issue |