issue_comments: 487963898
This data as json
| 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/2932#issuecomment-487963898 | https://api.github.com/repos/pydata/xarray/issues/2932 | 487963898 | MDEyOklzc3VlQ29tbWVudDQ4Nzk2Mzg5OA== | 10194086 | 2019-04-30T14:01:14Z | 2019-04-30T14:01:14Z | MEMBER | The easiest way to fix this is probably to reset the cmap in facetgrid.py Lines 224-227 ``` python cmap = kwargs.get('cmap', None) cmap_params, cbar_kwargs = _process_cmap_cbar_kwargs(func, kwargs, self.data.values) # reset the colormap #GH2932 cmap_params['cmap'] = cmap ``` |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
438694589 |