commit | f286517ad5e59b92dc6177e217880b7decb1d578 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Fri Dec 30 03:35:11 2016 +0200 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Fri Dec 30 03:35:11 2016 +0200 |
tree | b369227138e48aae9d384fe877212c41d851fa2e | |
parent | ffaf48dbd35613d33f3072cc4e91575552d32e0c [diff] [blame] |
refactor result classes and code which stores/loads results from storage
diff --git a/wally/report.py b/wally/report.py index 58dcf56..cf1289b 100644 --- a/wally/report.py +++ b/wally/report.py
@@ -5,10 +5,13 @@ import numpy import scipy import matplotlib + +# have to be before pyplot import to avoid tkinter(default graph frontend) import error +matplotlib.use('svg') + import matplotlib.pyplot as plt -matplotlib.use('svg') from .utils import ssize2b