Python:波浪的可视化
我想编写一个简单的波传播可视化程序。 我用可视化Python(VPython)尝试过这个,但是程序非常慢。 我现在想使用二维可视化。 您可以推荐哪个模块? 特金特? Matplotlib?
对于计算,我使用 numpy/scipy 因为它很快。 提前致谢。
编辑:您认为 matplotlib 是一个不错的选择吗?看起来非常强大。
编辑:我真的陷入困境。请帮我!
I want to programm an easy visualisation of wave propagation.
I tried this with visual python (VPython) but the programm is very slow.
I want to use a 2-D visualisation now.
Which module could you recommend?
Tkinter? Matplotlib?
For the computation i use numpy/scipy because it is fast.
Thanks in advance.
EDIT: Do you think matplotlib is a good choice? It looks very strong.
EDIT: I really get stuck. Please help me!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个库:
http://linux.wareseeker.com/Programming/summon-1.8。 8.zip/2911b4d847
Python 图像库应该适合 2D 图形:
http://www.pythonware.com/products/pil/
其他有用的链接:< br>
Boost.Python http://www.boost.org/libs/python/doc/
PyOpenGL http://pyopengl.sourceforge.net/
这些链接有一些关于它们的有用信息。
我不熟悉 matplotlib,但它有一些很好的评论:
http://sourceforge.net/projects /matplotlib/评论/
Try this library:
http://linux.wareseeker.com/Programming/summon-1.8.8.zip/2911b4d847
Python Imaging Library is supposed to be good for 2D graphics:
http://www.pythonware.com/products/pil/
Other Useful Links:
Boost.Python http://www.boost.org/libs/python/doc/
PyOpenGL http://pyopengl.sourceforge.net/
These link's have some good information on them.
I'm not familar with matplotlib but it's got some good review's:
http://sourceforge.net/projects/matplotlib/reviews/