Esempio n. 1
0
 def plotModel(self):
     '''Method that creates the chart after the choice of model '''
     g = ModelsPlot(self.ui.mdiArea)
     g.show()
Esempio n. 2
0
 def loadFile(self):
     config.modelo.clear()
     g = ModelsPlot(self.ui.mdiArea)
     g.onClickLoadFile()
     g.show()