issues: 559217441
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
559217441 | MDU6SXNzdWU1NTkyMTc0NDE= | 3744 | Contour with vmin/ vmax differs from matplotlib | 10194086 | open | 0 | 0 | 2020-02-03T17:11:24Z | 2021-07-04T02:03:02Z | MEMBER | MCVE Code Sample```python import numpy as np import xarray as xr import matplotlib as mpl import matplotlib.pyplot as plt data = xr.DataArray(np.arange(24).reshape(4, 6)) data.plot.contour(vmax=10, add_colorbar=True) ``` Expected Output
Problem DescriptionA xarray calculates the levels from Output of
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3744/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | issue |