LinePlot.add_hrect

LinePlot.add_hrect#

missionbio.plotting.lineplot.LinePlot.add_hrect

LinePlot.add_hrect(fig: Figure, row: Union[str, int] = 'all', col: Union[str, int] = 'all') None#

Add a horizontal rectangle using the y_rect values.

Parameters:
figgo.Figure

The figure to add the value to

rowUnion[str, int]

The row of the subplots to which the rect is added

colUnion[str, int]

The column of the subplots to which the rect is added


< Class LinePlot