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