bsrn.visualization.table.plot_table# bsrn.visualization.table.plot_table(daily_stats, title=None, output_file=None)[source]# Plot QC statistics in a table-like heatmap format. Parameters: daily_stats (pd.DataFrame) – Daily QC statistics calculated by get_daily_stats. title (str, optional) – Plot title. If None (default), no title is drawn. output_file (str, optional) – Path to save the plot (e.g., ‘table.png’). Returns: p – The generated quality audit figure. Return type: ggplot