为了账号安全,请及时绑定邮箱和手机立即绑定

Process finished with exit code -1073741819 (0xC0000005)

#encoding=utf-8

import numpy as np
def main():

    import matplotlib.pyplot as plt
    x=np.linspace(-np.pi,np.pi,256,endpoint=True)
    c,s=np.cos(x),np.sin(x)
    plt.figure(1)
    plt.plot(x,c)
    plt.plot(x,s)
    plt.show()

if __name__ == '__main__':
    main()


正在回答

1 回答

 import matplotlib.pyplot as plt 放在main()函数的前面进行导入

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Python数据分析-基础技术篇
  • 参与学习       93614    人
  • 解答问题       277    个

使用Python进行数据分析的基础模块简介

进入课程

Process finished with exit code -1073741819 (0xC0000005)

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信