Skip to content

Commit 68ca588

Browse files
committed
DOC : Replace method path with uesr friendly version (pandas-dev#40769)
1 parent b994fd2 commit 68ca588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.3.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ Plotting
849849
- Prevent warnings when matplotlib's ``constrained_layout`` is enabled (:issue:`25261`)
850850
- 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`)
851851
- 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`)
852-
- 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`)
852+
- Bug in :meth:`DataFrame.plot.box` in box plot when 'dark_background' theme was selected, caps or min/max markers for the plot was not visible (:issue:`40769`)
853853

854854

855855
Groupby/resample/rolling

0 commit comments

Comments
 (0)