Selaa lähdekoodia

Update MatplotlibDraw.py

Gilbert Brault 5 vuotta sitten
vanhempi
commit
5502526102
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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