pybtls.output.plot.all_events.plot_AE#

plot_AE(data, save_to=None)[source]#

Plot the all events data from pybtls results.

Parameters:
  • data (pd.DataFrame) – The loaded all events from read_AE.

  • save_to (Path, optional) –

    The path to save the plot to.

    If not specified, the plot will be displayed on screen.

Return type:

None