Graphing using IronPython
Jackv909
Member Posts: 1 **
in Structures
I have some code that works in IronPython to retrieve the values I am interested in from the FE output. I now would like to plot these on a graph but cannot use CPython tools such a matplotlib etc. How would one create such a graph using IronPython or do they need to pass the data to a new CPython script?
Tagged:
0
Answers
-
Hello,
It might be interesting to review the section in help: Mechanical Application > Scripting In Mechanical Guide > Scripting Examples > Script Examples for Interacting with Results > Working with Line Charts
0