Hi,
I'm attempting to find the 80th percentile of sales transaction totals in stata and graph it. I'd like the top of the first bar end at the 80% mark. Is there a way to do this in stata?

As an aside: would this even be the best way to represent sale transaction data? Sales range from pennies to 10K. I'm way too far over my skis with this one, so any suggestions would be appreciated


Current Command:
histogram nrr_subtotal, bin(100) percent
(bin=100, start=0, width=105.381)



Array