📜  python 显示名称图 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:19.347000             🧑  作者: Mango

代码示例1
plt.plot(x, y, label='First Line')
plt.plot(x2, y2, label='Second Line')