pybtls.output.plot.fatigue_rainflow.plot_FR# plot_FR(data, save_to=None)[source]# Plot the fatigue rainflow counting data from pybtls results. Parameters: data (DataFrame) – The loaded fatigue rainflow data from read_FR. save_to (Path) – The path to save the plot to. If not specified, the plot will be displayed on screen. Return type: None