From 8e7127781caaee1e36d2f65a20e984d8d62e6ced Mon Sep 17 00:00:00 2001 From: David Schaefer <david.schaefer@ufz.de> Date: Tue, 17 Jan 2023 14:16:47 +0100 Subject: [PATCH] matplotlib compat --- docs/cookbooks/OutlierDetection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbooks/OutlierDetection.rst b/docs/cookbooks/OutlierDetection.rst index f3caa8fb8..8d288203a 100644 --- a/docs/cookbooks/OutlierDetection.rst +++ b/docs/cookbooks/OutlierDetection.rst @@ -273,7 +273,7 @@ To see all the results obtained so far, plotted in one figure window, we make us .. doctest:: exampleOD >>> data.to_df().plot() - <AxesSubplot:> + <AxesSubplot: > .. plot:: :context: -- GitLab