Explorar el Código

Update MatplotlibDraw.py

Gilbert Brault hace 5 años
padre
commit
37d02a87b4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pysketcher/MatplotlibDraw.py

+ 1 - 1
pysketcher/MatplotlibDraw.py

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