abundance_box_plot ================== .. py:module:: abundance_box_plot Classes ------- .. autoapisummary:: abundance_box_plot.AbundanceBoxPlot Module Contents --------------- .. py:class:: AbundanceBoxPlot(title, params, size, position, id=None) Bases: :py:obj:`mdvtools.charts.base_plot.BasePlot` .. py:method:: set_grouping(grouping) .. py:method:: set_log_transform(log_transform) .. py:method:: set_box_color(box_color) .. py:method:: set_whisker_color(whisker_color) .. py:method:: set_median_color(median_color) .. py:method:: set_outlier_color(outlier_color) .. py:method:: set_tooltip(show) .. py:method:: set_x_axis(axis_labels, axis_title) .. py:method:: set_y_axis(axis_labels, axis_title)