浏览代码

Update MatplotlibDraw.py

Gilbert Brault 5 年之前
父节点
当前提交
627e7d1284
共有 1 个文件被更改,包括 1 次插入1 次删除
  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