コード例 #1
0
 def get_plotscript_content(self):
     self.writing_plotscript = True
     content = GNUPlot.get_plotscript_content(self)
     self.writing_plotscript = False
     return content
コード例 #2
0
ファイル: total_energy.py プロジェクト: sonya/eea
 def get_plotscript_content(self):
     self.writing_plotscript = True
     content = GNUPlot.get_plotscript_content(self)
     self.writing_plotscript = False
     return content