Skip to content

Commit 90c91c4

Browse files
committed
Try using TkAgg on all OSs
1 parent 78ec120 commit 90c91c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mumot/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
# (e.g. superfluous figures when sliders are moved).
2121
# Automated testing using tox could be affected as well
2222
# if default matplotlib backend is used
23-
if sys.platform == "darwin":
24-
matplotlib.use('TkAgg')
23+
#if sys.platform == "darwin":
24+
matplotlib.use('TkAgg')
2525
from matplotlib import pyplot as plt
2626
from sympy.parsing.latex import parse_latex
2727

0 commit comments

Comments
 (0)