由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
_Python版 - 有matplotlib或numpy/scipy的同学帮我试试
相关主题
ploting 3D surface in python (转载)error draw map from shape file Python 3.2 basemap (转载)
查看numpy使用的数学库的信息有matplotlib或numpy/scipy的同学帮我试试 (转载)
just tried scipy + python c api...有matplotlib或numpy/scipy的同学帮我试试
python有好的免费Linux IDE么?求建议,Google Quantitative analyst 面试用R 还是Python
在用 matplotlib 画多条曲线时,如何选择在一个colormap中最“等距”的颜色MBA2011/Lion装NumPy/SciPy的一些失败经历
google app engine 里 加载 numpy图像处理用C++的话,怎么提高prototype效率?
例子:把数据存入HDF5文件后用Matlab读取请教一个gnuplot的问题
solve integral eq. embeeded with another integral eq. (转载)求python大牛指路
相关话题的讨论汇总
话题: savefig话题: matplotlib话题: scipy话题: numpy
1 (共1页)
i*****f
发帖数: 578
1
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
a*******h
发帖数: 123
2
Work fines on my Ubuntu. And thanks for the savefig( ) tip.

way.

【在 i*****f 的大作中提到】
: 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.

i*****f
发帖数: 578
3
hehe!
thanks! i've found it's the problem of show().

【在 a*******h 的大作中提到】
: Work fines on my Ubuntu. And thanks for the savefig( ) tip.
:
: way.

1 (共1页)
相关主题
求python大牛指路在用 matplotlib 画多条曲线时,如何选择在一个colormap中最“等距”的颜色
python3还是python?google app engine 里 加载 numpy
data analysis part time job例子:把数据存入HDF5文件后用Matlab读取
求data scientist 实习机会solve integral eq. embeeded with another integral eq. (转载)
ploting 3D surface in python (转载)error draw map from shape file Python 3.2 basemap (转载)
查看numpy使用的数学库的信息有matplotlib或numpy/scipy的同学帮我试试 (转载)
just tried scipy + python c api...有matplotlib或numpy/scipy的同学帮我试试
python有好的免费Linux IDE么?求建议,Google Quantitative analyst 面试用R 还是Python
相关话题的讨论汇总
话题: savefig话题: matplotlib话题: scipy话题: numpy