diff --git a/serial_plotter.py b/serial_plotter.py index c0113cf..fbadef5 100644 --- a/serial_plotter.py +++ b/serial_plotter.py @@ -7,7 +7,6 @@ import matplotlib.pyplot as plt import decimal from itertools import islice 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: def __init__(self, parent: wx.Frame = None) -> None: