multiple_graphs_example

Functions

create_box_plot(title, params, size, position)

Create and configure a BoxPlot 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

multiple_graphs_example.create_box_plot(title, params, size, position)[source]

Create and configure a BoxPlot instance with the given parameters.

multiple_graphs_example.load_data(path)[source]

Load data from the specified CSV file.

multiple_graphs_example.convert_plot_to_json(plot)[source]

Convert plot data to JSON format.

multiple_graphs_example.main()[source]

Main function to create the project and serve it.