Skip to content

Commit f1e871b

Browse files
authored
DOC: Fix doc for DataFrame.plot subplots argument (#50599)
Fix doc for DataFrame.plot subplots argument `.. versionadded` was missing a newline between it and the previous paragraph, and so wasn't being rendered.
1 parent 2d838cf commit f1e871b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/plotting/_core.py

+1
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,7 @@ class PlotAccessor(PandasObject):
662662
create 2 subplots: one with columns 'a' and 'c', and one
663663
with columns 'b' and 'd'. Remaining columns that aren't specified
664664
will be plotted in additional subplots (one per column).
665+
665666
.. versionadded:: 1.5.0
666667
667668
sharex : bool, default True if ax is None else False

0 commit comments

Comments
 (0)