Matplotlib 的Legend 图例就是为了帮助我们展示每个数据对应的图像名称,更好的让 ... import matplotlib.pyplot as plt import numpy as np x=np.linspace(-3,3,50) ...
確定! 回上一頁