The MatPy GUI!

This file creates a GUI that provides a front-end for the MatPy program.

interface.b4 = <Tkinter.Radiobutton instance>

(Button Placement)

interface.constitutive_model()

Display the plot of the file fitted to a constitutive model

interface.display()

Displays experimental data from the requested file

interface.display_with_yield(disp=True)

Display the plot of the file with its yield point and returns the model and that point.

interface.fit_method = <Tkinter.IntVar instance>

(Buttons)

interface.getfile()

Returns the model selected by the user (contained in a data file)

interface.m12 = <Tkinter.Radiobutton instance>

(Button Placement)

interface.optimization_method = <Tkinter.IntVar instance>

(Buttons)

interface.s2 = <Tkinter.Radiobutton instance>

(Button Placement)

interface.statistical_model()

Display the plot of the file fitted to a statistical model

interface.yield_method = <Tkinter.IntVar instance>

(Buttons)