multiple_graphs_example ======================= .. py:module:: multiple_graphs_example Functions --------- .. autoapisummary:: multiple_graphs_example.create_box_plot multiple_graphs_example.load_data multiple_graphs_example.convert_plot_to_json multiple_graphs_example.main Module Contents --------------- .. py:function:: create_box_plot(title, params, size, position) Create and configure a BoxPlot instance with the given parameters. .. py:function:: load_data(path) Load data from the specified CSV file. .. py:function:: convert_plot_to_json(plot) Convert plot data to JSON format. .. py:function:: main() Main function to create the project and serve it.