rekha.plots.BoxPlot¶

class rekha.plots.BoxPlot[source]¶

Create a box plot.

Parameters:

**kwargs – Additional parameters passed to BasePlot

Methods

add_annotation(text, x, y, **kwargs)

Add annotation to the plot.

get_axes()

Get all axes from the figure.

save(filename[, format, transparent])

Save the plot to file with optimized settings for different use cases.

save_all_formats(base_name, **kwargs)

Save plot in all common formats for different use cases.

show()

Display the plot in the current output (Jupyter notebook, script, etc.).

show_legend()

Manually show the legend with appropriate styling.

update_layout(**kwargs)

Update plot layout - matplotlib style.

__init__(data=None, x=None, y=None, color=None, **kwargs)[source]¶

Create a box plot.

Parameters:

**kwargs – Additional parameters passed to BasePlot