issues: 105490671
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
105490671 | MDU6SXNzdWUxMDU0OTA2NzE= | 562 | Not all faceted plotting generated in docs | 5356122 | closed | 0 | 1 | 2015-09-08T23:52:05Z | 2015-10-02T04:47:50Z | 2015-10-02T04:47:50Z | MEMBER | Current doc build looks good with one exception. ``` In [65]: hasoutliers = t.isel(time=slice(0, 5)).copy() In [66]: hasoutliers[0, 0, 0] = -100 In [67]: hasoutliers[-1, -1, -1] = 400 In [68]: g = xray.plot.FacetGrid(hasoutliers, col='time', col_wrap=3) In [69]: g.map_dataarray(xray.plot.contourf, 'lon', 'lat', robust=True, cmap='viridis') Out[69]: <xray.plot.facetgrid.FacetGrid at 0x7ff173c7c0d0> ``` |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/562/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |