import matplotlib.pyplot as plt plt.figure(figsize=(14,7)) plt.bar(x,y) # if you have plotted you graph directly using dataframe like this ...
確定! 回上一頁