import matplotlib.pyplot as plt import numpy as np x ... ax.plot(x, y1, c="r", label="$\mathrm{sin}(x)$") ax.plot(x, y2, c="b", label="$0.5 ...
確定! 回上一頁