PLOTLYChromatogramPlot#
- class pyopenms_viz._plotly.PLOTLYChromatogramPlot(data, x, y, annotation_data: DataFrame | None = None, relative_intensity=False, **kwargs)#
Bases:
PLOTLY_MSPlot
,ChromatogramPlot
- _add_peak_boundaries(annotation_data, **kwargs)#
Prepare data for adding peak boundaries to the plot. This is not a complete method should be overridden by subclasses.
- Parameters:
annotation_data (DataFrame) – The feature data containing the peak boundaries.
- Returns:
None