Skip to content

Commit a5d0561

Browse files
committed
Update doc for contour detection algorithm
1 parent ea6b98f commit a5d0561

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/dev/guiqwt_to_plotpy.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,11 @@ See demo script `tests/items/test_annotations.py`.
141141
New contour features
142142
~~~~~~~~~~~~~~~~~~~~
143143

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.
144+
PlotPy integrates contour detection plot items, based on the contour detection
145+
algorithm provided by the `scikit-image` library.
146+
147+
As a consequence, the applications that previously depended on `matplotlib` only for
148+
contour detection can now drop this dependency.
147149

148150
See demo script `tests/items/test_contour.py`.
149151

0 commit comments

Comments
 (0)