From b82d78b91a47ac9ddc1533c66fb36f914236e183 Mon Sep 17 00:00:00 2001 From: Eric Yu Date: Sun, 5 Mar 2023 02:13:52 -0800 Subject: [PATCH] cleanup --- serial_plotter.py | 1 - 1 file changed, 1 deletion(-) 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: