Alright, now i'm working with my teacher on a project where he chose me as i'm his top student in his class :grin: and we have to figure it out in 3 weeks.
Anyways, the thing is it's for school obviously So.. we have 9 subjects. Each subject has a "School Award, Diploma Exam, Final Mark, Participation Rate"
We want to show the improvment of our school in a graph of each year (02-06) but it is a bit hard since we have to have 4 different graphs for 9 subjects.. Which is a total of 36 graphs. Now thats a hellova lot of graphs just to show improvement.
Now, him and I are trying to figure out ways to get it down to less then 15 graphs. We are going to try a stock graph (Close, high, low).
*Bar graph was used for the 36 graphs*
Any other kinds of graphs out there that can hold a large amount of data that it can show without a huge cluster?
An example of the Data:
The "|"'s seperate the amount of data (4 pieces to "School award", 4 to "Diploma Exam" 1 to "Final Mark" and 2 to "participation Rate (%)"
Thanks in advance
EDIT: Sorry its a bit sloppy
Anyways, the thing is it's for school obviously So.. we have 9 subjects. Each subject has a "School Award, Diploma Exam, Final Mark, Participation Rate"
We want to show the improvment of our school in a graph of each year (02-06) but it is a bit hard since we have to have 4 different graphs for 9 subjects.. Which is a total of 36 graphs. Now thats a hellova lot of graphs just to show improvement.
Now, him and I are trying to figure out ways to get it down to less then 15 graphs. We are going to try a stock graph (Close, high, low).
*Bar graph was used for the 36 graphs*
Any other kinds of graphs out there that can hold a large amount of data that it can show without a huge cluster?
An example of the Data:
PHP Code:
Year | School Award | Diploma Exam | Final Mark | Participation Rate
02 | 2 | 1 | 3 | 4 | 4 | 5 | 6 | 7 | 4 | 1 | 2
03 | 3 | 2 | 4 |3 | 5 | 4 |7 | 6 | 5 | 2 | 1
Thanks in advance
EDIT: Sorry its a bit sloppy
Comment