mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-30 12:31:08 +08:00
7 lines
87 B
Python
7 lines
87 B
Python
"""
|
|
Methods to draw on arrays.
|
|
|
|
"""
|
|
|
|
from ._draw import line, polygon, ellipse, circle
|