Final Group or Individual Project for CSC172: Maps
Part of your final project: Final Project Step: Maps: Use a map to show the unique list and count of two of your item's components, with a count of how many items have each value. (If you only have one person in your group, just one of your item's components is fine.) You must use a map to create this list.
Later in the project, you will also show a simple bar graph with one square per item for each value of your item's components. Use worldimages to create this graph.
When you are done, you will have these menu options:
a - add
c - change
d - delete
s - show the file
g - show the list of unique values in one of your item's variables
h - show the list of unique values in one of your item's variables
l – show a list of the unique values of one of your item's variables, and list how many items have each value. This also launches a chart picture.
u – show a list of the unique values of one of your item's variables, and list how many items have each value. This also launches a chart picture.
x - exit
Both group members should turn in the same program. Put both group member names at the top of the program.
Sample result of the option l:
The developers that made the games in your list are:
3 games : Sega
2 games : Atari
1 games : Hasbro
This is what the bar graph picture will look like, but you do not have to create the picture for 4/14:
Sega Atari Hasbro
Here are some movies that might help you:
A movie showing one finished map option list (but remember you need one per person on your project)
A movie showing how to create that map list