grapa.plot.plot_graph_aux.PlotterBoxplot
- class grapa.plot.plot_graph_aux.PlotterBoxplot
Bases:
Plotterclass to handle boxplots
- __init__()
Methods
add_curve(curve, y, fmt, ax)Add a curve to the boxplot.
plot(ax, _ax_or_one_of_its_twins)Plots the boxplot on the given axes.
Attributes
- add_curve(curve, y, fmt, ax)
Add a curve to the boxplot.
- plot(ax: Axes, _ax_or_one_of_its_twins: Axes)
Plots the boxplot on the given axes.