diff --git a/doc/examples/plot_polygon.py b/doc/examples/plot_polygon.py index 6eaef0bf..5b745fed 100644 --- a/doc/examples/plot_polygon.py +++ b/doc/examples/plot_polygon.py @@ -1,10 +1,10 @@ """ -==================== -Approximate Polygons -==================== +=================================== +Approximatea and subdivide polygons +=================================== -This example shows how to approximate polygonal chains with the Douglas-Peucker -algorithm. +This example shows how to approximate (Douglas-Peucker algorithm) and subdivide +(B-Splines) polygonal chains. """ import numpy as np