scatter_plot_3D_example ======================= .. py:module:: scatter_plot_3D_example Functions --------- .. autoapisummary:: scatter_plot_3D_example.create_scatter_plot scatter_plot_3D_example.load_data scatter_plot_3D_example.convert_plot_to_json scatter_plot_3D_example.main Module Contents --------------- .. py:function:: create_scatter_plot(title, params, size, position, color, brush, opacity, radius, camera, center, category_color) Create and configure a ScatterPlot3D 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.