Explorar el Código

Update MatplotlibDraw.py

Gilbert Brault hace 5 años
padre
commit
627e7d1284
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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