matplotlib问题与绘图列表

时间:2015-02-15 16:06:56

标签: python matplotlib plot line

我在使用matplotlib绘制列表时遇到了一个奇怪的问题。代码如下。

plt.plot([timeList],[zeroList], linestyle="--", color="red", marker="o")
plt.plot([10,20,30],[14,25,34], linestyle="--", color="red", marker="o")

这就是我得到的,为什么第一个图不显示虚线?

enter image description here


删除列表中的[]工作正常,谢谢。

0 个答案:

没有答案