gro_exp.ddb.plot_data

gro_exp.ddb.plot_data(prop_dict, temp, mean=True, std=True, is_display=False)

This function can be used to find outliers in the data. It is possible to plot the data points for a specified temperature.

Parameters
prop_dictdictonary

dictonary with all data points for the specified temperatures

tempstring

consiedered temperature

mean: bool, optional

plot the mean values of the property as a line plot

std: bool, optional

shows the area of the standard deviation

Returns
datalist

lit of all data points at the specified temperature