issue_comments
3 rows where issue = 1183858748 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- DataArray.plot.contourf() fails when data has no positive values · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1083211403 | https://github.com/pydata/xarray/issues/6424#issuecomment-1083211403 | https://api.github.com/repos/pydata/xarray/issues/6424 | IC_kwDOAMm_X85AkH6L | mathause 10194086 | 2022-03-30T14:28:51Z | 2022-03-30T14:28:51Z | MEMBER | Thanks for the feedback. I am closing this. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DataArray.plot.contourf() fails when data has no positive values 1183858748 | |
1082277155 | https://github.com/pydata/xarray/issues/6424#issuecomment-1082277155 | https://api.github.com/repos/pydata/xarray/issues/6424 | IC_kwDOAMm_X85Agj0j | ellequelle 42851573 | 2022-03-29T19:18:34Z | 2022-03-29T19:18:34Z | NONE | Okay, I guess this was a matplotlib issue https://github.com/matplotlib/matplotlib/commit/15b7975d4bda0a7bfbca7b9cf8d93b9fd1aadbcb It's working correctly now with mpl 3.5.1 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DataArray.plot.contourf() fails when data has no positive values 1183858748 | |
1081406971 | https://github.com/pydata/xarray/issues/6424#issuecomment-1081406971 | https://api.github.com/repos/pydata/xarray/issues/6424 | IC_kwDOAMm_X85AdPX7 | dcherian 2448579 | 2022-03-29T05:05:06Z | 2022-03-29T05:05:06Z | MEMBER | I'm getting
with xarray 2022.3.0; matplotlib 3.5.1. Can you update matplotlib and try? You could also try
```
INSTALLED VERSIONS
------------------
commit: None
python: 3.10.4 | packaged by conda-forge | (main, Mar 24 2022, 17:43:32) [Clang 12.0.1 ]
python-bits: 64
OS: Darwin
OS-release: 21.4.0
machine: x86_64
processor: i386
byteorder: little
LC_ALL: None
LANG: en_US.UTF-8
LOCALE: ('en_US', 'UTF-8')
libhdf5: 1.12.1
libnetcdf: 4.8.1
xarray: 2022.3.0
pandas: 1.4.1
numpy: 1.21.5
scipy: 1.8.0
netCDF4: 1.5.8
pydap: None
h5netcdf: None
h5py: 3.6.0
Nio: None
zarr: 2.11.1
cftime: 1.6.0
nc_time_axis: 1.4.0
PseudoNetCDF: None
rasterio: None
cfgrib: None
iris: None
bottleneck: 1.3.4
dask: 2022.03.0
distributed: 2022.3.0
matplotlib: 3.5.1
cartopy: 0.20.2
seaborn: 0.11.2
numbagg: None
fsspec: 2022.02.0
cupy: None
pint: None
sparse: None
setuptools: 60.10.0
pip: 22.0.4
conda: None
pytest: None
IPython: 8.1.1
sphinx: None
```
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
DataArray.plot.contourf() fails when data has no positive values 1183858748 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 3