import matplotlib.pyplot as plt >>> fig = plt.figure() >>> plt.plot([1, 2, 3, 4, 5]) [<matplotlib.lines.Line2D at 0x1071706a0>] >>> sheet.pictures.add(fig, ...
確定! 回上一頁