コード例 #1
0
    def __init__(self, options):
        """Initialize."""
        BasePlot.__init__(self, options)

        self.pca_computed = False
        self.pc = None
        self.variance = None
コード例 #2
0
ファイル: td_plots.py プロジェクト: AlexRBaker/RefineM
 def __init__(self, options):
     """Initialize."""
     BasePlot.__init__(self, options)
コード例 #3
0
ファイル: cov_perc_plots.py プロジェクト: wwood/RefineM
 def __init__(self, options):
     """Initialize."""
     BasePlot.__init__(self, options)