sorted uncertainty estimate plot

Add a line to sort the order in the uncertainty estimate plot by mean values.

Add something like the following: data_table = data_table[data_table.mean().sort_values().index]