median = 3637
std = 1274.997414
perc_25 = 2627.0
perc_75 = 4238.0
I have 4 values derived from data. How can I make a Boxplot out of this? I expect a line symbolizing median, a box delimited by 25-percentile and 75-percentile and one point on each side for median+std and median-std.
Usually I need a list of values or a dataframe, but I already computed the statistics, now I just want to display them.