BOKEHChromatogramPlot#
- class pyopenms_viz._bokeh.BOKEHChromatogramPlot(data, x, y, annotation_data: DataFrame | None = None, relative_intensity=False, **kwargs)#
Bases:
BOKEH_MSPlot
,ChromatogramPlot
Class for assembling a Bokeh extracted ion chromatogram plot
- _add_peak_boundaries(annotation_data)#
Add peak boundaries to the plot.
- Parameters:
annotation_data (DataFrame) – The feature data containing the peak boundaries.
- Returns:
None