예제 #1
0
파일: ecodin.py 프로젝트: hellynson/ecodin
 def plotModel(self):
     '''Method that creates the chart after the choice of model '''
     g = ModelsPlot(self.ui.mdiArea)
     g.show()
예제 #2
0
파일: ecodin.py 프로젝트: hellynson/ecodin
 def loadFile(self):
     config.modelo.clear()
     g = ModelsPlot(self.ui.mdiArea)
     g.onClickLoadFile()
     g.show()