Week 2 Workshop

Exercise 1

Given an array of numbers as below: [44, 47, 48, 49, 52, 57, 61, 63, 65, 67]

For each number, using it as radius for drawing a circle. Circles are stacking with each other like this:

Exercise 1

Hint: Increase the X coordinate by the radius each time.

Exercise 2

Create a bar chart with this CSV file which produces a similar output to:

Exercise 2