pybtls.output.plot.POT_summary.plot_POT_S#
- plot_POT_S(data, threshold, save_to=None)[source]#
Plot the POT summary data from pybtls results.
- Parameters:
data (
DataFrame) – The loaded POT summary from read_POT_S.threshold (
float) – The POT threshold value.save_to (
Path) –The path to save the plot to.
If not specified, the plot will be displayed on screen.
- Return type:
None