|
|
def __init__(self, x, y, thickness, pattern='/', transparent=False):
|
|
def __init__(self, x, y, thickness, pattern='/', transparent=False):
|
|
|
is_sequence(x, y, length=len(x))
|
|
is_sequence(x, y, length=len(x))
|
|
|
if isinstance(x[0], (tuple,list,ndarray)):
|
|
if isinstance(x[0], (tuple,list,ndarray)):
|