processes the collected data and generates plots out of the given data
"""
# THROUGHPUT
# indicate the start of the plotting process
print("Plotting timeseries data...")
#TODO: only clean outliers if values are really outliers, cleaning all values by default will corrupt the data, i.e. determination of an outliers needs to be defined