I am trying to get a histogram with already binned data. I have been trying to use bar() for this, but I can’t seem to figure out how to make it a stepped histogram like this one from the examples, instead of a filled histogram.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could cheat, by offsetting your data and using
plotinstead:the plot: