We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6b98f commit a5d0561Copy full SHA for a5d0561
doc/dev/guiqwt_to_plotpy.rst
@@ -141,9 +141,11 @@ See demo script `tests/items/test_annotations.py`.
141
New contour features
142
~~~~~~~~~~~~~~~~~~~~
143
144
-plotpy integrates now a contour detection algorithm, so that plotpy based
145
-applications depending on matplotlib only for this function can drop this
146
-additional dependency.
+PlotPy integrates contour detection plot items, based on the contour detection
+algorithm provided by the `scikit-image` library.
+
147
+As a consequence, the applications that previously depended on `matplotlib` only for
148
+contour detection can now drop this dependency.
149
150
See demo script `tests/items/test_contour.py`.
151
0 commit comments