heatmap_plot_example ==================== .. py:module:: heatmap_plot_example Functions --------- .. autoapisummary:: heatmap_plot_example.create_heatmap_plot heatmap_plot_example.load_data heatmap_plot_example.convert_plot_to_json heatmap_plot_example.main Module Contents --------------- .. py:function:: create_heatmap_plot(title, params, size, position, colorscale, x_axis_settings, y_axis_settings) Create and configure a HeatmapPlot 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.