def plot_scale_correlation_matrix(self, **kwargs): """ Convenience wrapper for scale_correlation_matrix() in plot module. """ return plot.scale_correlation_matrix(self, **kwargs)
def test_scale_intercorrelation_plot(self): am = self.generator.abbreviate() sp.scale_correlation_matrix(self.generator.best)