VLinePlot#

class pyopenms_viz._core.VLinePlot(data: DataFrame, config: BasePlotConfig = None, **kwargs)#

Bases: BasePlot, VLineConfig, ABC

abstract _add_annotations(ann_texts: list[str], ann_xs: list[float], ann_ys: list[float], ann_colors: list[str])#

Add annotations to a VLinePlot figure.

Parameters: ann_texts (list[str]): List of texts for the annotations. ann_xs (list[float]): List of x-coordinates for the annotations. ann_ys (list[float]): List of y-coordinates for the annotations. ann_colors: (list[str]): List of colors for annotation text.

property _kind#

The kind of plot to assemble. Must be overridden by subclasses.