I want to make a plot like this given only the percentiles in my data.frame. So a row in my data.frame would be something like that:
Name; q0.05; q0.25; q0.45; q0.55; q0.75; q0.95
Italy; 76; 88; 95; 109; 112; 123
And this is what I directly want to translate into the plot.
Any help or suggestions appreciated!
A complete reproducable example (like what maybe you could have provided…):
And the plot: