grapa.plot.plot_graph_aux.Plotter

class grapa.plot.plot_graph_aux.Plotter

Bases: ABC

Base class for handling grouped plots like boxplots and violin plots.

__init__()

Methods

__init__()

add_curve(curve, y, fmt, ax)

Add a curve to the boxplot or violin plot.

funcListGUI(curve)

Generates a GUI function list for configuring boxplot addons.

plot(ax, ax_or_one_of_its_twins)

Plots the boxplot or violinplot on the given axes.

plot_addon_scatter(curve, y, position, ax)

Handles possible scatter addons to boxplot or violin plot

Attributes

IMPORTERROR

SCATTER

SCATTER_JITTER_DEFAULT

SEABORN_STRIPPLOT

SEABORN_SWARMPLOT

position

abstractmethod add_curve(curve, y, fmt, ax)

Add a curve to the boxplot or violin plot.

classmethod funcListGUI(curve)

Generates a GUI function list for configuring boxplot addons.

abstractmethod plot(ax: Axes, ax_or_one_of_its_twins: Axes)

Plots the boxplot or violinplot on the given axes.

plot_addon_scatter(curve, y, position, ax)

Handles possible scatter addons to boxplot or violin plot