density_scatter_plot_example ============================ .. py:module:: density_scatter_plot_example Functions --------- .. autoapisummary:: density_scatter_plot_example.create_scatter_plot density_scatter_plot_example.load_data density_scatter_plot_example.convert_plot_to_json density_scatter_plot_example.main Module Contents --------------- .. py:function:: create_scatter_plot(title, param, size, position, color, brush, opacity, radius, legend_display, legend_position, xaxis_properties, yaxis_properties, category1, category2) Create and configure a DensityScatterPlot 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.