由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 有matplotlib或numpy/scipy的同学帮我试试
相关主题
求python大牛指路请教python中如何向文件写入矩阵
python3还是python?[合集] scipy还是matlab
急! Python 如何从文件读取数据(整数) ~~在线等[合集] Python下面如何进行numeric analysis and statistical analysis
请问Python初学者怎么学如何自学python
Re: 有谁觉得做bioinformatics 的数据分析 python比R好的? (转载)也谈谈语言之争
大侠们说说C(C++)或Fortran比较Matlab到底优点在哪儿?SciPy and NumPy
Python的问题vert.x就是脚本语言们的企业版
python: 怎么避免memory leak?python is coming
相关话题的讨论汇总
话题: matplotlib话题: savefig话题: scipy话题: numpy
进入Programming版参与讨论
1 (共1页)
i*****f
发帖数: 578
1
【 以下文字转载自 Python 俱乐部 】
发信人: icewolf (好好活), 信区: Python
标 题: 有matplotlib或numpy/scipy的同学帮我试试
发信站: BBS 未名空间站 (Wed Feb 10 16:45:08 2010, 美东)
from pylab import *
figure()
plot(range(10))
show()
savefig('bla.pdf')
存成文件执行,看看savefig()那行是否crash?
好奇怪,前几天还好好的。
Fatal Python error: PyEval_RestoreThread: NULL tstate
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
我的系统:win7, matplotlib 0.99.01
1 (共1页)
进入Programming版参与讨论
相关主题
python is comingRe: 有谁觉得做bioinformatics 的数据分析 python比R好的? (转载)
有人用过octave吗?大侠们说说C(C++)或Fortran比较Matlab到底优点在哪儿?
有没有觉得scipy很稀烂的?Python的问题
咋用python做一个3D surface plot? 请教python: 怎么避免memory leak?
求python大牛指路请教python中如何向文件写入矩阵
python3还是python?[合集] scipy还是matlab
急! Python 如何从文件读取数据(整数) ~~在线等[合集] Python下面如何进行numeric analysis and statistical analysis
请问Python初学者怎么学如何自学python
相关话题的讨论汇总
话题: matplotlib话题: savefig话题: scipy话题: numpy