Skip to content

Visualizing your Data

Edward Nusinovich edited this page Aug 1, 2016 · 3 revisions

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$)' )

Clone this wiki locally