Using matplotlib (for python 2.6) with Abaqus 6.12

徘徊边缘 提交于 2019-12-05 21:51:21

I use Matplotlib 1.3.0 with Abaqus 6.11. Everything 64 bit. I believe with Abaqus 6.12 will work as well. The procedure is (using the same configuration as mine, but I believe newer versions of NumPy and Matplotlib will work as well):

Configure your environment variable PYTHONPATH pointing to were matplotlib is installed before importing it from Abaqus.

You may get a RuntimeWarning like:

C:\Python27\Lib\site-packages\PIL\Image.py:71:
RuntimeWarning: The _imaging extension was built for another version of Python; most PIL functions will be disabled

But you can use most of matplotlib's features from Abaqus.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!