PeakMapPlot#
- class pyopenms_viz._core.PeakMapPlot(data, **kwargs)#
Bases:
BaseMSPlot
,ABC
- __init__(data, **kwargs) None #
- abstract _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
- property _kind#
The kind of plot to assemble. Must be overridden by subclasses.
- abstract create_x_axis_plot(canvas=None) figure #
main_fig = figure of the main plot (used for measurements in bokeh) ax = ax to plot the x_axis on (specific for matplotlib)
- property known_columns: List[str]#
List of known columns in the data, if there are duplicates outside of these columns they will be grouped in aggregation if specified
- plot()#
Create the plot