From 2e59c8caf36f5a56c8031a7d65c63cf56b8287ac Mon Sep 17 00:00:00 2001 From: Mathias Hauser Date: Thu, 14 Sep 2023 11:15:23 +0200 Subject: [PATCH] Apply suggestions from code review --- doc/whats-new.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 1166b4c1c6d..12d3cfbcfcb 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -72,6 +72,7 @@ Bug fixes By `Kai Mühlbauer `_. - Calling plot with kwargs ``col``, ``row`` or ``hue`` no longer results in an error. - Calling plot with kwargs ``col``, ``row`` or ``hue`` no longer squeezes dimensions passed via these arguments. +- Calling plot with kwargs ``col``, ``row`` or ``hue`` no longer squeezes dimensions passed via these arguments (:issue:`7552`, :pull:`8174`). By `Wiktor Kraśnicki `_.