density_scatter_plot_example

Functions

create_scatter_plot(title, param, size, position, ...)

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

density_scatter_plot_example.create_scatter_plot(title, param, size, position, color, brush, opacity, radius, legend_display, legend_position, xaxis_properties, yaxis_properties, category1, category2)[source]

Create and configure a DensityScatterPlot instance with the given parameters.

density_scatter_plot_example.load_data(path)[source]

Load data from the specified CSV file.

density_scatter_plot_example.convert_plot_to_json(plot)[source]

Convert plot data to JSON format.

density_scatter_plot_example.main()[source]

Main function to create the project and serve it.