Skip to content

Commit

Permalink
Update doc for contour detection algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Jul 16, 2024
1 parent ea6b98f commit a5d0561
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/dev/guiqwt_to_plotpy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit a5d0561

Please sign in to comment.