コード例 #1
0
ファイル: twoAxisPlotHolder.py プロジェクト: yassya/TuDoUtils
 def __init__(self, thing, label, style, leftAxis):
     self.leftAxis=leftAxis
     toDraw.__init__(self,thing, label, style)
コード例 #2
0
ファイル: plotInPlotHolder.py プロジェクト: yassya/TuDoUtils
 def __init__(self, thing, label, style, centerPlot):
     self.centerPlot=centerPlot
     toDraw.__init__(self,thing, label, style)