feat: simple working drop down menu

This commit is contained in:
2025-02-11 16:30:53 +01:00
parent 94bee44cb6
commit 686fb3a5a4
3 changed files with 8 additions and 12 deletions

View File

@@ -84,6 +84,7 @@ class Params(BaseModel):
def sociogram_image(params: Params):
plt.close()
plt.figure(figsize=(16, 10), facecolor="none")
ax = plt.gca()
ax.set_facecolor("none") # Set the axis face color to none (transparent)