在PyCharm中,使用matplotlib画图时,出现错误
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
解决办法:
- 查看自己的数据是否越界之类
- matplotlib与python版本不兼容,尝试升级matplotlib或降低python版本
pip install --upgrade matplotlib

在PyCharm中,使用matplotlib画图时,出现错误
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
解决办法:
pip install --upgrade matplotlib