hide the left over axes

This commit is contained in:
2026-01-30 12:52:58 +01:00
parent c12b110d83
commit 02c8726242

View File

@@ -98,6 +98,9 @@ print()
print_dict(reasons)
for ax in axs:
ax.set_visible(False)
plt.tight_layout()
try:
plt.show()