Dataplot Panel API =============== .. currentmodule:: figureflow.figure_panel.FigurePanel .. autosummary:: :toctree: generated show_data The function show_data can receive many keyword arguments to customize dataplots, which are passed to the "plot_and_add_stat_annotation" function: .. currentmodule:: figureflow.statannot .. autosummary:: :toctree: generated plot_and_add_stat_annotation In addition, several helper functions allow you to set parameters before show_data, look at the data columns, transform the data and get corresponding statistics: .. currentmodule:: figureflow.figure_panel.FigurePanel .. autosummary:: :toctree: generated set_data_params show_data_columns calculate_fractions add_data_transformation draw_line_on_plots get_basic_statistics get_representative_data