Przeglądaj źródła

Update MatplotlibDraw.py

Gilbert Brault 5 lat temu
rodzic
commit
69e38f8c8a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pysketcher/MatplotlibDraw.py

+ 1 - 1
pysketcher/MatplotlibDraw.py

@@ -13,7 +13,7 @@ import os
 import matplotlib
 
 matplotlib.use('module://ipympl.backend_nbagg')
-matplotlib.rcParams['text.latex.preamble'] = '\\usepackage{amsmath}'
+#matplotlib.rcParams['text.latex.preamble'] = '\\usepackage{amsmath}'
 #matplotlib.rcParams['verbose.level'] = 'debug-annoying'
 
 import matplotlib.pyplot as mpl