Public Member Functions | |
def | __init__ |
def | make_plot |
def | prepare_numpy_matrix |
def | analyze |
Public Attributes | |
x_label | |
y_label | |
bar_label | |
title | |
plot_title |
def unlock.analysis.analyzer.PlotAnalyzer.__init__ | ( | self, | ||
schema, | ||||
data, | ||||
x_label, | ||||
y_label, | ||||
bar_label = None , |
||||
title = None , |
||||
filter = None | ||||
) |
def unlock.analysis.analyzer.PlotAnalyzer.analyze | ( | self | ) |
Subclass hook
Reimplemented from unlock.analysis.analyzer.Analyzer.
Reimplemented in unlock.analysis.analyzer.FrequencyPlotAnalyzer, unlock.analysis.analyzer.SpectrogramPlotAnalyzer, and unlock.analysis.analyzer.MultiPlotAnalyzer.
def unlock.analysis.analyzer.PlotAnalyzer.make_plot | ( | self, | ||
file_name | ||||
) |
def unlock.analysis.analyzer.PlotAnalyzer.prepare_numpy_matrix | ( | self | ) |