DATA VISUALIZATION
1. Write Python code to draw the following chart. Also write command to save
the chart with suitable filename.
2. Write Python code to draw the following chart. Also write command to save
the chart with suitable filename.
3. What is a histogram ? What is its usage/utility ?
4. Given the following set of data :
Weight measurements for 16 small orders of French-fries (in grams).
78 72 69 81 63 67 65 75 79 74 71 83 71 79 80 69
Create a horizontal histogram from the above data.
5. Write Python code to draw the following chart. Also write command to save
the chart with suitable filename.