Hi everyone! I'm Stata beginner, don't know all the features. I do need help with research task.

My data has two variables: country and respondent answer (Never, seldom, sometimes, usually, always, refusal, DK). I want to create bar chart only with the percentage of those who answered 'always' and 'usually' (combined) grouped by countries. How can i do this?

Firstly I used this line code:
recode test_801 (1 2 3 = 1 negative) (4 5 = 2 positive) (-97 -99 = 3 didnotanswer), gen(test_801_new)

What's next?
Thank you for your help!