From 2e5f746d2aab7b0c7660057d8c010ee74f5cf3a6 Mon Sep 17 00:00:00 2001 From: "P. Talley" Date: Fri, 6 Jan 2023 00:35:54 -0500 Subject: [PATCH] Fix doc for DataFrame.plot subplots argument `.. versionadded` was missing a newline between it and the previous paragraph, and so wasn't being rendered. --- pandas/plotting/_core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/plotting/_core.py b/pandas/plotting/_core.py index 6a7edc2c5823c..142a0fe3e1ede 100644 --- a/pandas/plotting/_core.py +++ b/pandas/plotting/_core.py @@ -662,6 +662,7 @@ class PlotAccessor(PandasObject): create 2 subplots: one with columns 'a' and 'c', and one with columns 'b' and 'd'. Remaining columns that aren't specified will be plotted in additional subplots (one per column). + .. versionadded:: 1.5.0 sharex : bool, default True if ax is None else False