Browse Source

Update MatplotlibDraw.py

Gilbert Brault 5 năm trước cách đây
mục cha
commit
5502526102
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pysketcher/MatplotlibDraw.py

+ 1 - 1
pysketcher/MatplotlibDraw.py

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