label axes in visualization

nolock
Jan Petykiewicz 3 years ago
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…
Cancel
Save