text_box_plot_example ===================== .. py:module:: text_box_plot_example Functions --------- .. autoapisummary:: text_box_plot_example.create_text_box_plot text_box_plot_example.load_data text_box_plot_example.convert_plot_to_json text_box_plot_example.main Module Contents --------------- .. py:function:: create_text_box_plot(title, param, text, size, position) Create and configure a TextBox 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.