コード例 #1
0
 def __init__(self):
     FourPanelPlot.__init__(self)
     self.__data = {}
     self.__fit = 15
コード例 #2
0
 def __init__(self, data):
     FourPanelPlot.__init__(self)
     self.__data = data