Hi all,

I am trying to make a simple bar chart. All of my means are very close together, between 3.2 and 2.9, and I'm hoping to get my ticks on my Y axis to change --right now it's showing 0 through 3, with the 3.2 going above. A range of 2 through 4 might be a little better, or even 2.5 to 3.5, or something like that. Here's the current code I'm working with:

Code:
 graph bar (mean) flu, over(visit) blabel(bar) ytitle(flu) ylabel(#3) title(Mean flu by visitation level)
EDIT: A second question I just thought of: "visit" variable on the x axis also is currently showing up as 1-4, but a 1 represents "never", 2 represents "rarely", etc. Is there an easy way to edit this to show the word instead of number?