issue_comments: 130766241
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/pull/527#issuecomment-130766241 | https://api.github.com/repos/pydata/xarray/issues/527 | 130766241 | MDEyOklzc3VlQ29tbWVudDEzMDc2NjI0MQ== | 5356122 | 2015-08-13T17:17:05Z | 2015-08-13T17:17:05Z | MEMBER | @shoyer Here's what we currently have: ``` In [15]: g = xray.plot.FacetGrid(t, col='time', col_wrap=2) In [16]: g.map_dataarray(xray.plot.contourf, 'lon', 'lat') Out[16]: <xray.plot.facetgrid.FacetGrid at 0x10de082d0> ``` Right now this assumes that the function for map_dataarray has the same signature as 2d xray plotting methods. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
100646364 |