You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.3.0.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -801,7 +801,7 @@ Plotting
801
801
802
802
- Bug in :func:`scatter_matrix` raising when 2d ``ax`` argument passed (:issue:`16253`)
803
803
- Prevent warnings when matplotlib's ``constrained_layout`` is enabled (:issue:`25261`)
804
-
- Bug in :meth:`BoxPlot._validate_color_args` In box plot when 'dark_background' theme was selected caps or min/max markers for the plot was not visible (:issue:`40769`)
804
+
- Bug in :meth:`BoxPlot._validate_color_args` In box plot when 'dark_background' theme was selected caps or min/max markers for the plot was not visible (:issue:`40769`)
805
805
- Bug in :func:`DataFrame.plot` was showing the wrong colors in the legend if the function was called repeatedly and some calls used ``yerr`` while others didn't (partial fix of :issue:`39522`)
806
806
- Bug in :func:`DataFrame.plot` was showing the wrong colors in the legend if the function was called repeatedly and some calls used ``secondary_y`` and others use ``legend=False`` (:issue:`40044`)
0 commit comments