Beispiel #1
0
 def plot(self, filename=None, show=None):
     if self.eos_string == 'sjeos':
         return EquationOfStateSJEOS.plot(self, filename, show)
     else:
         return EquationOfStateASE2.plot(self, filename, show)
Beispiel #2
0
 def plot(self, filename=None, show=None):
     if self.eos_string == 'sjeos':
         return EquationOfStateSJEOS.plot(self, filename, show)
     else:
         return EquationOfStateASE2.plot(self, filename, show)