update 20180607 1400

This commit is contained in:
2018-06-07 14:10:37 +02:00
parent eeba0459c5
commit bf9f159394
20 changed files with 247 additions and 74 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -6,10 +6,11 @@ import pandas as pd
import matplotlib.pyplot as plt
import VisTools.plotting as vt
import VisTools.tex as vtt
import sys
#import uncertainties as unc
#import uncertainties.unumpy as unp
append = "_20180605"
append = str(sys.argv[1])
plt.ioff()
plt.style.use('bmh')
@@ -6,10 +6,11 @@ import pandas as pd
import matplotlib.pyplot as plt
import VisTools.plotting as vt
import VisTools.tex as vtt
import sys
#import uncertainties as unc
#import uncertainties.unumpy as unp
append = ""#"_20180529"
append = str(sys.argv[1])
plt.ioff()
plt.style.use('bmh')