Skip to content
Snippets Groups Projects

include plot script restructuring

Merged Ghost User requested to merge develop into lukas_issue299_feat_histogram_plots
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -467,6 +467,7 @@ class PlotPeriodogram(AbstractPlotClass): # pragma: no cover
not compatible with any custom data handler. Proven data handlers are `DefaultDataHandler`,
`DataHandlerMixedSampling`, `DataHandlerMixedSamplingWithFilter`. To work properly, the data handler must have
the attribute `.id_class._data`.
"""
def __init__(self, generator: Dict[str, DataCollection], plot_folder: str = ".", plot_name="periodogram",
Loading