updated results to new figures

This commit is contained in:
2025-05-26 23:52:21 +02:00
parent d56c0c7c7e
commit fcf9cfa431
6 changed files with 44 additions and 53 deletions

View File

@@ -134,7 +134,8 @@ if __name__ == '__main__':
if k == 0:
axc.set_ylabel('')
fig.common_yticks(axs[1, :])
fig.tag([axs[0, :]], xoffs=-3, yoffs=1)
fig.tag([axs[0, :3]], xoffs=-3, yoffs=1)
fig.tag(axs[0, 3:])
fig.savefig()
print()