Skip to content

Commit 640767b

Browse files
Plot Control
1 parent fdd97c8 commit 640767b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
ax.set_yticks([0, 1, 2, 3, 4, 5])
237237
ax.set_yticklabels([f"{i}" for i in range(6)], fontsize=9, color="gray")
238238
chart_placeholder.pyplot(fig, clear_figure=True)
239-
mp.close()
239+
mp.close(fig)
240240

241241

242242
# --- Status Code Display ---

0 commit comments

Comments
 (0)