We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972a474 commit 6702761Copy full SHA for 6702761
doc/whats-new.rst
@@ -48,6 +48,9 @@ Bug fixes
48
49
- Properly point :py:meth:`DataArray.__dask_scheduler__` to
50
``dask.threaded.get``. By `Matthew Rocklin <https://github.com/mrocklin>`_.
51
+- Bug fixes in :py:meth:`DataArray.plot.imshow`: all-NaN arrays and arrays
52
+ with size one in some dimension can now be plotted, which is good for
53
+ exploring satellite imagery. (:issue:`1780`)
54
- Bug fixes in :py:meth:`DataArray.plot.imshow`: all-NaN arrays and arrays
55
with size one in some dimension can now be plotted, which is good for
56
exploring satellite imagery. (:issue:`1780`)
0 commit comments