Exemplo n.º 1
0
 def get_data_location(self):
     if self.writing_plotscript:
         return '< paste "%s" "%s"' % (GNUPlot.get_data_location(self),
                                       self.get_overlay_data_location())
     return GNUPlot.get_data_location(self)
Exemplo n.º 2
0
 def get_data_location(self):
     if self.writing_plotscript:
         return '< paste "%s" "%s"' % (GNUPlot.get_data_location(self),
                                       self.get_overlay_data_location())
     return GNUPlot.get_data_location(self)