All Projects → Solid-Mechanics → matplotlib-4-abaqus

Solid-Mechanics / matplotlib-4-abaqus

Licence: MIT license
allow abaqus(v6.14-1) to use matplotlib in its build-in python scripts environment.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to matplotlib-4-abaqus

EOmaps
A library to create interactive maps of geographical datasets
Stars: ✭ 193 (+503.13%)
Mutual labels:  matplotlib
Machine-Learning-with-Iris-Dataset
Data Visualization and Machine Learning with Iris Dataset.
Stars: ✭ 65 (+103.13%)
Mutual labels:  matplotlib
Data-Science-Articles
A collection of my blogs on Data Science and Machine learning.
Stars: ✭ 66 (+106.25%)
Mutual labels:  matplotlib
data-viz-utils
Functions for easily making publication-quality figures with matplotlib.
Stars: ✭ 16 (-50%)
Mutual labels:  matplotlib
FacebookChatStatistics
Statistics of any Facebook Messenger conversation
Stars: ✭ 49 (+53.13%)
Mutual labels:  matplotlib
qmplot
A Python package for creating high-quality manhattan and Q-Q plots from GWAS results.
Stars: ✭ 25 (-21.87%)
Mutual labels:  matplotlib
skymapper
Mapping astronomical survey data on the sky, handsomely
Stars: ✭ 35 (+9.38%)
Mutual labels:  matplotlib
matplotx
📊 More styles and useful extensions for Matplotlib
Stars: ✭ 507 (+1484.38%)
Mutual labels:  matplotlib
ai for robotics
Visualizations of algorithms covered in Sebastian Thrun's excellent Artificial Intelligence for Robotics course on Udacity.
Stars: ✭ 125 (+290.63%)
Mutual labels:  matplotlib
Github-Stars-Predictor
It's a github repo star predictor that tries to predict the stars of any github repository having greater than 100 stars.
Stars: ✭ 34 (+6.25%)
Mutual labels:  matplotlib
QM-Simulator-1D
Interactive simulation of a quantum particle in 1D.
Stars: ✭ 69 (+115.63%)
Mutual labels:  matplotlib
tf-matplotlib
Seamlessly integrate matplotlib figures as tensorflow summaries.
Stars: ✭ 119 (+271.88%)
Mutual labels:  matplotlib
Crawler4Caida
一个致力于用Python提高部门工作自动化水平的程序库!(包括数据采集、办公自动化、辅助研究、图网络、复杂系统、3D可视化等)
Stars: ✭ 82 (+156.25%)
Mutual labels:  matplotlib
topic modelling financial news
Topic modelling on financial news with Natural Language Processing
Stars: ✭ 51 (+59.38%)
Mutual labels:  matplotlib
vector-field-visualizer
A python back-end web app to visualize a two dimensional vector field, and to calculate divergence and curl at any point.
Stars: ✭ 23 (-28.12%)
Mutual labels:  matplotlib
plot-likert
Python library to visualize results from Likert scale survey questions
Stars: ✭ 54 (+68.75%)
Mutual labels:  matplotlib
psyplot
Python package for interactive data visualization
Stars: ✭ 64 (+100%)
Mutual labels:  matplotlib
Algorithmic-Trading
Algorithmic trading using machine learning.
Stars: ✭ 102 (+218.75%)
Mutual labels:  matplotlib
The-Supervised-Learning-Workshop
An Interactive Approach to Understanding Supervised Learning Algorithms
Stars: ✭ 24 (-25%)
Mutual labels:  matplotlib
Abaqus-Plugins
Plugins for Abaqus/CAE in Abaqus 6.14
Stars: ✭ 37 (+15.63%)
Mutual labels:  abaqus

matplotlib-4-abaqus

Allow abaqus(v6.14-1) to use matplotlib in its build-in python scripts environment.

The advantage to let abaqus python use matplotlib module is you can use python to read your abaqus odb file and operate the result data like stress and strain, and the plot it out and save as pdf or eps file that can used in latex.

Good news

abaqus 2020 officially include matplotlib (2.2.4)!

python modules

This project include the following python modules. ONLY tested on abaqus 6.14-1.

  • matplotlib (1.3.1)
  • dateutil (2.4.1)
  • six (1.9.0)
  • pyparsing (2.0.3)

how it works

Copy the python modules to the abaqus python package folder:

...\SIMULIA\Abaqus\6.14-1\tools\SMApy\python2.7\Lib\site-packages

test

  • Run the python script matplotlib_test.py in abaqus CAE. if abaqus build-in python can include the matplotlib module successfully, there will be a plot window pop out.

  • Run the python scripttest_link_mpl_toolkits.py in abaqus CAE, to test if the abaqus python can import mpl_toolkits module.

known bugs:

  • only works on Windows platform;
  • On Windows 10, it seems that you cannot run the .py in CAE(CAE will dead). You should use matplotlib under Abaqus command line:
abaqus cae -noGUI xxx.py

License

matplotlib-4-abaqus is under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].