From 384915e94e5c443e3c102276576a9d24be165619 Mon Sep 17 00:00:00 2001
From: Bert Palm <bert.palm@ufz.de>
Date: Wed, 29 Mar 2023 13:01:04 +0200
Subject: [PATCH] minor fix: ignore plot results with doctest

---
 docs/cookbooks/OutlierDetection.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/cookbooks/OutlierDetection.rst b/docs/cookbooks/OutlierDetection.rst
index 8d288203a..486fe6b06 100644
--- a/docs/cookbooks/OutlierDetection.rst
+++ b/docs/cookbooks/OutlierDetection.rst
@@ -272,8 +272,7 @@ To see all the results obtained so far, plotted in one figure window, we make us
 
 .. doctest:: exampleOD
 
-   >>> data.to_df().plot()
-   <AxesSubplot: >
+   >>> data.to_df().plot() # doctest: +SKIP
 
 .. plot::
    :context:
-- 
GitLab