abundance_box_plot_example

Functions

create_abundance_box_plot(title, params, size, ...)

Create and configure an AbundanceBoxPlot instance with the given parameters.

load_data(path)

Load data from the specified CSV file.

convert_plot_to_json(plot)

Convert plot data to JSON format.

main()

Main function to create the project and serve it.

Module Contents

abundance_box_plot_example.create_abundance_box_plot(title, params, size, position, plot_id, x_axis_labels, x_axis_title, y_axis_labels, y_axis_title)[source]

Create and configure an AbundanceBoxPlot instance with the given parameters.

abundance_box_plot_example.load_data(path)[source]

Load data from the specified CSV file.

abundance_box_plot_example.convert_plot_to_json(plot)[source]

Convert plot data to JSON format.

abundance_box_plot_example.main()[source]

Main function to create the project and serve it.