예제 #1
0
파일: plot.py 프로젝트: spidersaint/sherpa
 def __init__(self):
     HistogramPlot.__init__(self)
     self.title = 'Model'
예제 #2
0
파일: plot.py 프로젝트: spidersaint/sherpa
 def __init__(self):
     self.units = None
     self.mask  = None
     HistogramPlot.__init__(self)
     self.title = 'Source'