We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da34d46 commit 87fe105Copy full SHA for 87fe105
doc/source/whatsnew/v3.0.0.rst
@@ -634,7 +634,7 @@ Plotting
634
- Bug in :meth:`.DataFrameGroupBy.boxplot` failed when there were multiple groupings (:issue:`14701`)
635
- Bug in :meth:`DataFrame.plot` that causes a shift to the right when the frequency multiplier is greater than one. (:issue:`57587`)
636
- Bug in :meth:`Series.plot` with ``kind="pie"`` with :class:`ArrowDtype` (:issue:`59192`)
637
-- Bug in :meth:`core._validate_color_args` raising ``ValueError`` when set both color and style in plt.plot.line (:issue:`59461`)
+- Bug in :meth:`DataFrame.plot.line` raising ``ValueError`` when set both color and a ``dict`` style (:issue:`59461`)
638
639
Groupby/resample/rolling
640
^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments