CPSC150A
Scientific Computing

Activity 29

Project Bar Chart

Data Management

Produce a bar chart using two columns of your data. The bar chart should:

  • include x and y axis lines
  • label the bars underneath the x axis

If your dataset does not have any catagorical fields, create catagorical data by using conditional statements to catagorize numeric data.