issues: 557931967
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
557931967 | MDU6SXNzdWU1NTc5MzE5Njc= | 3734 | Wrong facet plots when all 2D arrays have one value only | 22245117 | closed | 0 | 1 | 2020-01-31T06:00:15Z | 2020-04-03T19:48:54Z | 2020-04-03T19:48:54Z | CONTRIBUTOR | MCVE Code Sample
```python Create DataArrayda = xr.DataArray(np.zeros((10, 10, 4))) ``` ```python Default plotWrong: all of them should be 0.da.plot(col='dim_2') ```
Expected Output```python Providing colorbar limitsCorrect.da.plot(col='dim_2', vmin=-.1, vmax=.1) ```
Problem DescriptionIf I simply use Output of
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3734/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |