hist() method. import matplotlib.pyplot as plt plt.figure(figsize=(10, 8)) plt.hist(df['Runs']) plt.xlabel ...
確定! 回上一頁