Skip to content

Commit 02d5356

Browse files
authored
DOC: Fix DataFrame.plot.scatter link in 1.5.0 changelog (#46244)
1 parent e67fdf6 commit 02d5356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.5.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Plotting
421421
- Bug in :meth:`DataFrame.plot.box` that prevented labeling the x-axis (:issue:`45463`)
422422
- Bug in :meth:`DataFrame.boxplot` that prevented passing in ``xlabel`` and ``ylabel`` (:issue:`45463`)
423423
- Bug in :meth:`DataFrame.boxplot` that prevented specifying ``vert=False`` (:issue:`36918`)
424-
- Bug in :meth:`DataFrame.scatter` that prevented specifying ``norm`` (:issue:`45809`)
424+
- Bug in :meth:`DataFrame.plot.scatter` that prevented specifying ``norm`` (:issue:`45809`)
425425

426426
Groupby/resample/rolling
427427
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)