diff --git a/doc/source/v0.15.0.txt b/doc/source/v0.15.0.txt index bfd484b363dd2..aa6d1dff2c547 100644 --- a/doc/source/v0.15.0.txt +++ b/doc/source/v0.15.0.txt @@ -670,3 +670,4 @@ Bug Fixes - Bug with kde plot and NaNs (:issue:`8182`) - Bug in ``GroupBy.count`` with float32 data type were nan values were not excluded (:issue:`8169`). +- Bug with stacked barplots and NaNs (:issue:`8175`). diff --git a/doc/source/visualization.rst b/doc/source/visualization.rst index 1cce55cd53e11..8653581f5958d 100644 --- a/doc/source/visualization.rst +++ b/doc/source/visualization.rst @@ -677,6 +677,44 @@ See the `matplotlib pie documenation