import numpy as np import matplotlib.pyplot as plt #Define arrays x, y1, y2, y3 fig = plt.figure() ax = fig.add_axes((0.1,0.4,0.5,0.5)) ax.plot(x1,y1 ...
確定! 回上一頁