diff --git a/pandas/plotting/_core.py b/pandas/plotting/_core.py index 27f332ca50231..5e5f1c5a66da7 100644 --- a/pandas/plotting/_core.py +++ b/pandas/plotting/_core.py @@ -357,6 +357,7 @@ def _compute_plot_data(self): # with ``dtype == object`` data = data._convert(datetime=True, timedelta=True) numeric_data = data.select_dtypes(include=[np.number, + np.bool_, "datetime", "datetimetz", "timedelta"])