We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DataFrame.plot.scatter
1 parent e67fdf6 commit 02d5356Copy full SHA for 02d5356
doc/source/whatsnew/v1.5.0.rst
@@ -421,7 +421,7 @@ Plotting
421
- Bug in :meth:`DataFrame.plot.box` that prevented labeling the x-axis (:issue:`45463`)
422
- Bug in :meth:`DataFrame.boxplot` that prevented passing in ``xlabel`` and ``ylabel`` (:issue:`45463`)
423
- Bug in :meth:`DataFrame.boxplot` that prevented specifying ``vert=False`` (:issue:`36918`)
424
-- Bug in :meth:`DataFrame.scatter` that prevented specifying ``norm`` (:issue:`45809`)
+- Bug in :meth:`DataFrame.plot.scatter` that prevented specifying ``norm`` (:issue:`45809`)
425
426
Groupby/resample/rolling
427
^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments