约定简写为plt import matplotlib.pyplot as plt x = ['a', 'b', 'c', 'd'] y = [1, 2, 3, 4] plt.plot(x, y) # 配置x 轴和y 轴数据序列 ...
確定! 回上一頁