pylbo.visualisation.spectra.spectrum_merged
Classes
Merges the datasets from a given series into a single plot. |
Functions
|
Module Contents
- class pylbo.visualisation.spectra.spectrum_merged.MergedSpectrumPlot(data, figsize, custom_figure, interactive, legend, **kwargs)[source]
Bases:
pylbo.visualisation.spectra.spectrum_figure.SpectrumFigure
Merges the datasets from a given series into a single plot.
- Parameters:
data (LegolasDataSeries) – The dataseries which will be merged.
figsize (tuple) – Figure size used when creating a window, analogous to matplotlib.
custom_figure (tuple) – The custom figure to use in the form (fig, axes).
interactive (bool) – If True an interactive legend is enabled.
legend (bool) – If False no legend will be drawn.