label axes in visualization
This commit is contained in:
parent
29ee13a8ab
commit
88d42807be
@ -958,6 +958,8 @@ class Pattern(LockableImpl, AnnotatableImpl, Mirrorable, metaclass=AutoSlots):
|
||||
line_color=line_color, fill_color=fill_color)
|
||||
|
||||
if not overdraw:
|
||||
pyplot.xlabel('x')
|
||||
pyplot.ylabel('y')
|
||||
pyplot.show()
|
||||
|
||||
@staticmethod
|
||||
|
Loading…
Reference in New Issue
Block a user