plotDoE.py File Reference

Namespaces

 plotDoE
 

Variables

float plotDoE.rc0 = 0.5
 
float plotDoE.mus0 = 0.5
 
float plotDoE.mur0 = 0.1
 
float plotDoE.bo0 = 0.0
 
list plotDoE.rc = ["0.3", "0.5", "0.8"]
 
list plotDoE.mus = ["0", "0.5", "1"]
 
list plotDoE.mur = ["0", "0.1", "0.5"]
 
list plotDoE.bo = ["0.0", "1", "5", "25"]
 
 plotDoE.fig = plt.figure(figsize=(26 / 2.54, 14 / 2.54))
 
 plotDoE.fontsize
 
int plotDoE.sMax = 500
 
list plotDoE.alim = [20, 80]
 
list plotDoE.dlim = [10, 90]
 
int plotDoE.splot = 1
 
list plotDoE.x = [float(b) for b in rc]
 
 plotDoE.aor = np.zeros(len(rc))
 
 plotDoE.daor = np.zeros(len(rc))
 
 plotDoE.shear = np.zeros([len(rc), 4])
 
string plotDoE.name = "CalibrationHeap_%s_%s_%s_%s.txt" % (rc[i], mus0, mur0, bo0)
 
 plotDoE.ax = fig.add_subplot(3, 4, splot)