예제 #1
0
파일: plot.py 프로젝트: spidersaint/sherpa
 def prepare(self, data, model, stat):
     RatioPlot.prepare(self, data, model, stat)
     self.title = 'Ratio of %s : Bkg Model' % data.name
예제 #2
0
파일: plot.py 프로젝트: spidersaint/sherpa
 def __init__(self):
     RatioPlot.__init__(self)