pybtls.output.plot.BM_summary.plot_BM_S# plot_BM_S(data, save_to=None)[source]# Plot the BM summary data from pybtls results. Parameters: data (pd.DataFrame) – The loaded BM summary from read_BM_S. save_to (Path, optional) – The path to save the plot to. If not specified, the plot will be displayed on screen. Return type: None