I need to make boxplot (in Python and matplotlib), but I do not have the original raw data. I have pre-calculated values ββfor max, min, mean, median and IQR (normal distribution), but still I would like to make boxplot. Of course, overstating emissions is impossible, but besides, I think all the information is there.
I searched everything to find an answer without success. The closest I came, this is the same question, but for R (which I am not familiar with). See Is it possible to easily plot a graph from previously calculated statistics (in R?)
Can someone show me how to make boxplot?
Many thanks!
python matplotlib boxplot
Nicke n
source share