From 39abb59468a2c6ebfa92400fd1866a3e6d0fe8f1 Mon Sep 17 00:00:00 2001 From: Tim Yang Date: Sun, 6 Mar 2022 00:31:24 -0600 Subject: [PATCH] DOC: Fix `DataFrame.plot.scatter` link in 1.5.0 changelog --- doc/source/whatsnew/v1.5.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v1.5.0.rst b/doc/source/whatsnew/v1.5.0.rst index 1c809b2b77a6d..18fd1057c9b65 100644 --- a/doc/source/whatsnew/v1.5.0.rst +++ b/doc/source/whatsnew/v1.5.0.rst @@ -421,7 +421,7 @@ Plotting - Bug in :meth:`DataFrame.plot.box` that prevented labeling the x-axis (:issue:`45463`) - Bug in :meth:`DataFrame.boxplot` that prevented passing in ``xlabel`` and ``ylabel`` (:issue:`45463`) - Bug in :meth:`DataFrame.boxplot` that prevented specifying ``vert=False`` (:issue:`36918`) -- Bug in :meth:`DataFrame.scatter` that prevented specifying ``norm`` (:issue:`45809`) +- Bug in :meth:`DataFrame.plot.scatter` that prevented specifying ``norm`` (:issue:`45809`) Groupby/resample/rolling ^^^^^^^^^^^^^^^^^^^^^^^^