标签: python matplotlib
我经常遇到一些python代码,如下所示:
l, = plt.plot(t, s, lw=2)
(以上一行是从matplotlib本身的小部件示例借来的)
我想知道作业l, = ...的真正含义是什么?
l, = ...