Esempio n. 1
0
    def __init__(self, options):
        """Initialize."""
        BasePlot.__init__(self, options)

        self.pca_computed = False
        self.pc = None
        self.variance = None
Esempio n. 2
0
 def __init__(self, options):
     """Initialize."""
     BasePlot.__init__(self, options)
Esempio n. 3
0
 def __init__(self, options):
     """Initialize."""
     BasePlot.__init__(self, options)