How to show only even number of list in plot by matplotlib, python?

前端 未结 0 815
时光说笑
时光说笑 2020-12-30 01:26

This is my code

plt.plot(cs1, \'r-\')
plt.plot(cs2, \'bo\')
plt.title(\'Conditioned inhibition\')
plt.xlabel(\'Trials\')
plt.ylabel("Association")
p         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题