Quellcode durchsuchen

Update MatplotlibDraw.py

Gilbert Brault vor 5 Jahren
Ursprung
Commit
627e7d1284
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      pysketcher/MatplotlibDraw.py

+ 1 - 1
pysketcher/MatplotlibDraw.py

@@ -124,7 +124,7 @@ import matplotlib
 matplotlib.use('module://ipympl.backend_nbagg')
 # Allow \boldsymbol{} etc in title, labels, etc
 matplotlib.rc('text', usetex=True)
-matplotlib.rcParams['text.latex.preamble'] = '\\usepackage{amsmath}'
+#matplotlib.rcParams['text.latex.preamble'] = '\\usepackage{amsmath}'
 import matplotlib.pyplot as mpl
 import matplotlib.transforms as transforms