This commit is contained in:
Eric Yu 2023-03-05 02:13:52 -08:00
parent 706e3fa570
commit b82d78b91a
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ import matplotlib.pyplot as plt
import decimal import decimal
from itertools import islice from itertools import islice
matplotlib.use("WXAgg") # for JetBrains IDE to force use wxPython as backend UI for plotting matplotlib.use("WXAgg") # for JetBrains IDE to force use wxPython as backend UI for plotting
matplotlib.rcParams['font.size'] = 16 # TODO: make this an UI option than "16"
class SerialPlotter: class SerialPlotter:
def __init__(self, parent: wx.Frame = None) -> None: def __init__(self, parent: wx.Frame = None) -> None: