From 609ce322d9ee9f1eda9f22dbdb457fca9d7d0d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Sun, 24 Feb 2013 16:45:28 +0100 Subject: [PATCH] remove import mpl patches --- doc/examples/plot_circular_hough_transform.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/examples/plot_circular_hough_transform.py b/doc/examples/plot_circular_hough_transform.py index f7490051..2574a1ac 100755 --- a/doc/examples/plot_circular_hough_transform.py +++ b/doc/examples/plot_circular_hough_transform.py @@ -33,7 +33,6 @@ Its size is extended by two times the larger radius. import numpy as np import matplotlib.pyplot as plt -import matplotlib.patches as mpatches from skimage import data, filter from skimage.transform import hough_circle