again, just fit in the window please

This commit is contained in:
Nexus 2024-03-19 00:30:45 +00:00
parent 8f6fd21940
commit ca1d531ad6
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -63,7 +63,8 @@ class QuoteQuota(commands.Cog):
labels=usernames, labels=usernames,
autopct=pct, autopct=pct,
startangle=90, startangle=90,
radius=2 radius=1.5,
figsize=(10, 10)
) )
fio = io.BytesIO() fio = io.BytesIO()
plt.subplots_adjust(left=0.1, bottom=0.1, right=0.9, top=0.9) plt.subplots_adjust(left=0.1, bottom=0.1, right=0.9, top=0.9)