From a5d0561b226e89528518aa79adc341200074c11d Mon Sep 17 00:00:00 2001 From: Pierre Raybaut Date: Tue, 16 Jul 2024 11:40:55 +0200 Subject: [PATCH] Update doc for contour detection algorithm --- doc/dev/guiqwt_to_plotpy.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/dev/guiqwt_to_plotpy.rst b/doc/dev/guiqwt_to_plotpy.rst index 509ebcd..b8d7c46 100644 --- a/doc/dev/guiqwt_to_plotpy.rst +++ b/doc/dev/guiqwt_to_plotpy.rst @@ -141,9 +141,11 @@ See demo script `tests/items/test_annotations.py`. New contour features ~~~~~~~~~~~~~~~~~~~~ -plotpy integrates now a contour detection algorithm, so that plotpy based -applications depending on matplotlib only for this function can drop this -additional dependency. +PlotPy integrates contour detection plot items, based on the contour detection +algorithm provided by the `scikit-image` library. + +As a consequence, the applications that previously depended on `matplotlib` only for +contour detection can now drop this dependency. See demo script `tests/items/test_contour.py`.