Traceback (most recent call last) matplotlib

前端 未结 0 566
借酒劲吻你
借酒劲吻你 2020-11-22 00:30

I have pyhton3,7 version and when i compile this code :

import matplotlib.pyplot as plt
plt.plot([1, 2, 3, 4])
plt.ylabel(\'some numbers\')
plt.show()
         


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