multiline_plot_example

Functions

create_multi_line_plot(title, params, size, position, ...)

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

multiline_plot_example.create_multi_line_plot(title, params, size, position, bandwith, intervals, scale, legend_display, legend_position, xaxis_properties, yaxis_properties)[source]

Create and configure a MultiLinePlot instance with the given parameters.

multiline_plot_example.load_data(path)[source]

Load data from the specified CSV file.

multiline_plot_example.convert_plot_to_json(plot)[source]

Convert plot data to JSON format.

multiline_plot_example.main()[source]

Main function to create the project and serve it.