label axes in visualization

This commit is contained in:
Jan Petykiewicz 2021-01-08 21:20:03 -08:00
parent 29ee13a8ab
commit 88d42807be

View File

@ -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