Fix inconsistencies in examples and many more improvements

This commit is contained in:
Johannes Schönberger
2013-04-27 16:47:33 +02:00
parent 41007b417b
commit d0ee6ade61
40 changed files with 138 additions and 132 deletions
+2 -2
View File
@@ -4,17 +4,17 @@ Fill shapes
===========
This example shows how to fill several different shapes:
* line
* polygon
* circle
* ellipse
"""
import numpy as np
import matplotlib.pyplot as plt
from skimage.draw import line, polygon, circle, circle_perimeter, ellipse
import numpy as np
img = np.zeros((500, 500, 3), 'uint8')