We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ec120 commit 90c91c4Copy full SHA for 90c91c4
1 file changed
mumot/__init__.py
@@ -20,8 +20,8 @@
20
# (e.g. superfluous figures when sliders are moved).
21
# Automated testing using tox could be affected as well
22
# if default matplotlib backend is used
23
-if sys.platform == "darwin":
24
- matplotlib.use('TkAgg')
+#if sys.platform == "darwin":
+matplotlib.use('TkAgg')
25
from matplotlib import pyplot as plt
26
from sympy.parsing.latex import parse_latex
27
0 commit comments