In the boxes, the y-axis is in the range of 40-80, which is the range
of the data. In the dots the range is from 0-80, and this makes the
data bunch up to the right. How do I make the yaxis 40-80? From looking
at the help, neither ylabel nor yscale seems correct to use. I ran into
this problem once before in a scatter and solved it by limiting the
data with an if <> statement. That doesn't work here either.