We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Visualizing your data is also super easy!
Once you have parsed your file, you can do the following:
import graph_suite graph_suite.plot2D(data)
this function supports inline latex through matplotlib,so you can also do this:
graph_suite.plot2D(data, title = 'Stress ($\sigma$) vs Strain ($\epsilon$)' )
There was an error while loading. Please reload this page.