multiline_plot_example ====================== .. py:module:: multiline_plot_example Functions --------- .. autoapisummary:: multiline_plot_example.create_multi_line_plot multiline_plot_example.load_data multiline_plot_example.convert_plot_to_json multiline_plot_example.main Module Contents --------------- .. py:function:: create_multi_line_plot(title, params, size, position, bandwith, intervals, scale, legend_display, legend_position, xaxis_properties, yaxis_properties) Create and configure a MultiLinePlot 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.