import matplotlib.pyplot as plt
fig = plt.figure(figsize = (8, 8))
ax = fig.add_subplot(111, xlim = (0,16), ylim = (0,16))
#Remove axes and labels.
for side in ['bottom', 'left', 'top', 'right']:
ax.spines[side].set_visible(False)
ax.set_xticks([])
ax.set_yticks([])
ax.plot([0, 0, 16, 16, 0], [0, 16, 16, 0, 0], c = 'black', ls = '-', lw = 3,)
ax.plot([8, 16, 8, 0, 8], [0, 8, 16, 8, 0], c = 'black', ls = ':', lw = 1)
fig.savefig("2022.01.21 Express1.png")
fig = plt.figure(figsize = (8, 8))
ax = fig.add_subplot(111, xlim = (0,16), ylim = (0,16))
#Remove axes and labels.
for side in ['bottom', 'left', 'top', 'right']:
ax.spines[side].set_visible(False)
ax.set_xticks([])
ax.set_yticks([])
ax.plot([0, 0, 16, 16, 0], [0, 16, 16, 0, 0], c = 'black', ls = '-', lw = 3,)
ax.plot([8, 16, 8, 0, 8], [0, 8, 16, 8, 0], c = 'black', ls = ':', lw = 1)
ax.plot([0, 16], [0, 16], c = 'black', ls = ':', lw = 1)
ax.plot([0, 16], [16, 0], c = 'black', ls = ':', lw = 1)
fig.savefig("2022.01.21 Express2.png")
fig = plt.figure(figsize = (8, 8))
ax = fig.add_subplot(111, xlim = (0,16), ylim = (0,16))
#Remove axes and labels.
for side in ['bottom', 'left', 'top', 'right']:
ax.spines[side].set_visible(False)
ax.set_xticks([])
ax.set_yticks([])
ax.plot([0, 0, 16, 16, 0], [0, 16, 16, 0, 0], c = 'black', ls = '-', lw = 3,)
ax.plot([8, 16, 8, 0, 8], [0, 8, 16, 8, 0], c = 'black', ls = ':', lw = 1)
ax.plot([0, 16], [0, 16], c = 'black', ls = ':', lw = 1)
ax.plot([0, 16], [16, 0], c = 'black', ls = ':', lw = 1)
ax.plot([7, 0.3, 7], [0, 8, 16], c = 'black', ls = ':', lw = 1)
ax.plot([9, 15.7, 9], [0, 8, 16], c = 'black', ls = ':', lw = 1)
fig.savefig("2022.01.21 Express3.png")
fig = plt.figure(figsize = (8, 8))
ax = fig.add_subplot(111, xlim = (0,16), ylim = (0,16))
#Remove axes and labels.
for side in ['bottom', 'left', 'top', 'right']:
ax.spines[side].set_visible(False)
ax.set_xticks([])
ax.set_yticks([])
ax.plot([0, 0, 16, 16, 0], [0, 16, 16, 0, 0], c = 'black', ls = '-', lw = 3,)
ax.plot([8, 16, 8, 0, 8], [0, 8, 16, 8, 0], c = 'black', ls = ':', lw = 1)
ax.plot([0, 16], [0, 16], c = 'black', ls = ':', lw = 1)
ax.plot([0, 16], [16, 0], c = 'black', ls = ':', lw = 1)
ax.plot([7, 0.3, 7], [0, 8, 16], c = 'black', ls = ':', lw = 1)
ax.plot([9, 15.7, 9], [0, 8, 16], c = 'black', ls = ':', lw = 1)
ax.plot([6, 0.9, 6], [0, 8, 16], c = 'black', ls = ':', lw = 1)
ax.plot([10, 15.1, 10], [0, 8, 16], c = 'black', ls = ':', lw = 1)
fig.savefig("2022.01.21 Express4.png")