I hate MPL

This commit is contained in:
Nexus 2024-03-19 00:01:20 +00:00
parent b76160d57a
commit 580a6dc305
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -43,7 +43,6 @@ class QuoteQuota(commands.Cog):
)
ax.legend(loc="upper right")
fig.tight_layout()
fig.title("Quote Quota")
fio = io.BytesIO()
fig.savefig(fio, format='jpg')
fio.seek(0)