From ba0834d729190d19394f63092862200ed78274cd Mon Sep 17 00:00:00 2001 From: julius Date: Wed, 14 Aug 2024 14:19:48 +0000 Subject: [PATCH] add custom markers --- main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 32adde0..42fecfd 100644 --- a/main.py +++ b/main.py @@ -1,10 +1,13 @@ import io +import os +import matplotlib from typing import Literal import itertools import logging import random import matplotlib.pyplot as plt +import matplotlib.font_manager as font_manager import numpy as np import uvicorn from fastapi import FastAPI @@ -81,7 +84,6 @@ marker_subs = { "♣": "$♣$", "♥": "$♥$", "♦": "$♦$", - "🥑": "$🥑$", }