grapa.plot.plot_graph_aux.GroupedPlotters

class grapa.plot.plot_graph_aux.GroupedPlotters

Bases: object

class to handle boxplots, violin plots and related

__init__()

Methods

__init__()

add_curve(type_graph, curve, y, fmt, ax)

Add a curve to the appropriate plotter based on the type of graph.

plot(ax, ax_or_one_of_its_twins)

Plot all the added curves using their respective plotters.

add_curve(type_graph, curve, y, fmt, ax)

Add a curve to the appropriate plotter based on the type of graph.

plot(ax: Axes, ax_or_one_of_its_twins)

Plot all the added curves using their respective plotters.