From 00b3e90e42eb66824a110321509f85afe3e2f944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Sun, 26 Aug 2012 08:37:51 +0200 Subject: [PATCH] Fix description of polygon example script --- doc/examples/plot_polygon.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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