You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introducing this change does not break any test (py.test xarray/tests/test_plot.py) and runs your example successfully. However, it then causes the same problem as in #3744.
dcherian
added a commit
to dcherian/xarray
that referenced
this issue
Mar 29, 2020
MCVE Code Sample
Yields:
Expected Output
A plot.
Problem Description
I think this has to do with:
xarray/xarray/plot/utils.py
Line 744 in 95e4f6c
And the line where the code fails:
xarray/xarray/plot/utils.py
Line 94 in 95e4f6c
There should be an easy fix, I think.
Output of
xr.show_versions()
INSTALLED VERSIONS
commit: None
python: 3.8.1 (default, Jan 22 2020, 06:38:00)
[GCC 9.2.0]
python-bits: 64
OS: Linux
OS-release: 4.19.98-1-MANJARO
machine: x86_64
processor:
byteorder: little
LC_ALL: None
LANG: fr_CH.utf8
LOCALE: fr_CH.UTF-8
libhdf5: 1.10.5
libnetcdf: 4.7.3
xarray: 0.14.1
pandas: 0.25.3
numpy: 1.18.1
scipy: 1.4.1
netCDF4: 1.5.3
pydap: None
h5netcdf: None
h5py: None
Nio: None
zarr: None
cftime: 1.0.4.2
nc_time_axis: None
PseudoNetCDF: None
rasterio: 1.1.1
cfgrib: None
iris: None
bottleneck: None
dask: 2.8.0
distributed: None
matplotlib: 3.1.2
cartopy: 0.17.0
seaborn: None
numbagg: None
setuptools: 44.0.0
pip: 19.3
conda: None
pytest: 5.3.4
IPython: 7.11.1
sphinx: 2.2.1
The text was updated successfully, but these errors were encountered: