import matplotlib.pyplot as plt. import numpy as np. # Prepare the data. x = np.linspace(0, 10, 100). # Plot the data. plt.plot(x, x, label='linear').
確定! 回上一頁