grapa.plot.plot_graph_aux.PlotterViolin
- class grapa.plot.plot_graph_aux.PlotterViolin
Bases:
Plotterclass to handle violin plots
- __init__()
Methods
__init__()add_curve(curve, y, fmt, ax)Add a curve to the violin plot.
plot(ax, ax_or_one_of_its_twins)Plots the violin plot on the given axes.
Attributes
- add_curve(curve, y, fmt, ax)
Add a curve to the violin plot.
- plot(ax: Axes, ax_or_one_of_its_twins: Axes)
Plots the violin plot on the given axes.