plt. figure (figsize= (10,5)) plt. Subplot (1, 2, 1) beta_c, alpha_c = stats. linregress (x_3, y_3) [:2] plt. plot (x_3, (alpha_c 4 beta_c < x_3), 'k', ...
確定! 回上一頁