Imports import matplotlib.pyplot as plt # Data x = [1, 2, 4] y = [2, 1, 5] # Set up figure and axis fig = plt.figure(num=1, clear=True) ax ...
確定! 回上一頁