示例#1
0
文件: plotutils.py 项目: sonya/eea
 def get_header(self):
     specs = GNUPlot.get_header(self)
     if len(self.miniplots):
         specs += "\n" + "\n".join([
                 "set multiplot",
                 "set style data histogram",
                 "set style fill solid border rgb 'black'",
                 "unset xtics",
                 "unset ytics",
                 ])
     return specs