Hi, I have a dataset containing prices of hostels rooms by country. I divided those prices in quantiles (xtile quant_price_paid = price_paid, n(5)) and now I would like to plot those quantiles by country in a way that each bar represents the minimum and maximum of each quantile. So I would have the list of countries on the horizontal axis and a stacked bar chart with the percentiles. I hopes this is clear.