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 a652843 commit d65416aCopy full SHA for d65416a
doc/whats-new.rst
@@ -42,6 +42,9 @@ Enhancements
42
By `Keisuke Fujii <https://github.com/fujiisoup>`_.
43
- :py:meth:`DataArray.reset_index` and :py:meth:`Dataset.reset_index` now keep
44
coordinate attributes (:pull:`4103`). By `Oriol Abril <https://github.com/OriolAbril>`_.
45
+- Axes kwargs such as ``facecolor`` can now be passed to :py:meth:`DataArray.plot` in ``subplot_kws``.
46
+ This works for both single axes plots and FacetGrid plots.
47
+ By `Raphael Dussin <https://github.com/raphaeldussin`_.
48
49
New Features
50
~~~~~~~~~~~~
0 commit comments