From a736869d0aafcc488c42bdf8bb7d1506c5250ed3 Mon Sep 17 00:00:00 2001 From: Jo Valentine-Cooper Date: Wed, 25 May 2022 17:13:13 -0400 Subject: [PATCH] boy do I love misleading documentation --- penestGUI.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/penestGUI.py b/penestGUI.py index 6de21bb..172fd6c 100644 --- a/penestGUI.py +++ b/penestGUI.py @@ -11,7 +11,8 @@ from penEst import calc_stats, format_stats, isiter -matplotlib.rcParams["text.usetex"] = True +#matplotlib.rcParams["text.usetex"] = True + # turns out this was unnecessary, woo # Canvas and MPL widget management inspired by/borrowed from # https://stackoverflow.com/a/44029435