scatter_plot_3D_example

Functions

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

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

scatter_plot_3D_example.create_scatter_plot(title, params, size, position, color, brush, opacity, radius, camera, center, category_color)[source]

Create and configure a ScatterPlot3D instance with the given parameters.

scatter_plot_3D_example.load_data(path)[source]

Load data from the specified CSV file.

scatter_plot_3D_example.convert_plot_to_json(plot)[source]

Convert plot data to JSON format.

scatter_plot_3D_example.main()[source]

Main function to create the project and serve it.