reduce matplotlib log spam
This commit is contained in:
parent
47e2cb2efc
commit
cb0062f6f1
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ from matplotlib import pyplot
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
logging.basicConfig(level=logging.DEBUG)
|
logging.basicConfig(level=logging.DEBUG)
|
||||||
|
logging.getLogger('matplotlib').setLevel(logging.WARNING)
|
||||||
|
|
||||||
__author__ = 'Jan Petykiewicz'
|
__author__ = 'Jan Petykiewicz'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue