histogram_plot_example

Functions

create_histogram_plot(title, param, bin_number, ...)

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

histogram_plot_example.create_histogram_plot(title, param, bin_number, display_min, display_max, size, position, x_axis_settings, y_axis_settings)[source]

Create and configure a HistogramPlot instance with the given parameters.

histogram_plot_example.load_data(path)[source]

Load data from the specified CSV file.

histogram_plot_example.convert_plot_to_json(plot)[source]

Convert plot data to JSON format.

histogram_plot_example.main()[source]

Main function to create the project and serve it.