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/v0.22.0.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -292,7 +292,7 @@ Plotting
292
292
^^^^^^^^
293
293
294
294
- :func: `DataFrame.plot` now raises a ``ValueError`` when the ``x`` or ``y`` argument is improperly formed (:issue:`18671`)
295
-
- Bug in :func:`DataFrame.plot` where the ``xtickvalues`` are overwritten (:issue:`#18687`)
295
+
- Bug in :func:`DataFrame.plot` the second call writing in the same figure where both have ``x`` values of type string overwrote the ``xticklabels`` of the first call (:issue:`18687`)
0 commit comments