bar plots

This commit is contained in:
Si11ium
2019-03-12 20:40:15 +01:00
parent 120673fd79
commit 0bcc25121f
7 changed files with 181 additions and 22 deletions

View File

@@ -1,6 +1,8 @@
import sys
import os
sys.path += ['../', './']
# Concat top Level dir to system environmental variables
sys.path += os.path.join('..', '.')
from util import *
from experiment import *