fig, ax = plt.subplots() plt.plot(x, y) plt.title('Title Method 1') plt.show(). import matplotlib.pyplot as plt
確定! 回上一頁