cleanup
This commit is contained in:
parent
706e3fa570
commit
b82d78b91a
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue