BOKEHPeakMapPlot#
- class pyopenms_viz._bokeh.BOKEHPeakMapPlot(data, **kwargs)#
Bases:
BOKEH_MSPlot
,PeakMapPlot
Class for assembling a Bokeh feature heatmap plot
- _add_box_boundaries(annotation_data)#
Prepare data for adding box boundaries to the plot.
- Parameters:
annotation_data (DataFrame) – The feature data containing the box boundaries.
- Returns:
None
- create_x_axis_plot()#
main_fig = figure of the main plot (used for measurements in bokeh) ax = ax to plot the x_axis on (specific for matplotlib)