import matplotlib.pyplot as plt x = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] y = [66, 28, 32, 58, 18, 2, 99, 77, 66, 58] fig, ax = plt.subplots()
確定! 回上一頁