def __init__(self, x, y, w, b, logistic=True): axcalc = plt.axes([0.1, 0.05, 0.38, 0.075]) #l,b,w,h axthresh = plt.axes([0.5, 0.05, 0.38, 0.075]) #l,b,w,h ...