示例#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