How to make the bar stand in between the numbers on the axis

M

Min Xu

I wanna show there are 40 students got the grade between 70 and 90. I
want to have both 70 and 90 on my horizontal axis, and a bar
representing 40 students standing in between the numbers. How am I
able to do this? Thanks a lot.
 
S

smartin

Min said:
I wanna show there are 40 students got the grade between 70 and 90. I
want to have both 70 and 90 on my horizontal axis, and a bar
representing 40 students standing in between the numbers. How am I
able to do this? Thanks a lot.

One way would be to leave a blank category between 70 and 90, and place
the data next to it. Something like this:

No.Students
70
40
90

Now nothing will be plotted at the labels 70 or 90, but a bar
representing 40 students will appear between them.
 
A

Andy Pope

Hi,

Using the following data you can create an Area chart, changing the axis to
Time series rather than category.
Also set the number format for the axis to General. Adjust the scale setting
so major step is 10 days.

Students
0 0
70 0
70 40
90 40
90 0
100 0

Cheers
Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top