sunpeek.common.plot_utils.get_rectangle_below#

sunpeek.common.plot_utils.get_rectangle_below(artist, bottom=0.1, right=0.9, vsep=20, hoffset=0)#

Like get_xy_below(), but returns rectangle (left, bottom, width, height) as required by fig.add_axes().

Return type:

Tuple[float, float, float, float]