My aim is to make a plot like that:
I don't want relative imporantces, I just want to plot each column in my dataframe as a boxplot and sort them by median. I don't have groups or anything else I want to plot by. It works with the normal boxplot() function. But how can I do that with ggplot()? And how is it possible to sort the boxplot by median if I do not have anything else to reorder by?
I can not give you my dataset, because it is not availble to the public. The dataframe is like the iris dataset but without the column "Species" etc. I only have the SepalLegthCm, SepalWidthcm etc.: 

