feat: simple working drop down menu
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user