diff --git a/src/iblphotometry/plots.py b/src/iblphotometry/plots.py index eb67168..2f4bb67 100644 --- a/src/iblphotometry/plots.py +++ b/src/iblphotometry/plots.py @@ -41,8 +41,8 @@ def set_axis_style(ax, fontsize=10, **kwargs): class PlotSignal: - def __init__(self, *args, **kwargs): - self.set_data(*args, **kwargs) + # def __init__(self, *args, **kwargs): + # self.set_data(*args, **kwargs) def set_data( self, raw_signal, times, raw_isosbestic=None, processed_signal=None, fs=None