%matplotlib inline from matplotlib import pyplot as plt import seaborn as sns ... plt.subplots(figsize=(5.5,4)) plt.errorbar(x=dfg['p'], y=dfg['f_val_ratio' ...
確定! 回上一頁