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

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