0% found this document useful (0 votes)
9 views2 pages

Python Code for Data Visualization Charts

Uploaded by

fahmiameen7460
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views2 pages

Python Code for Data Visualization Charts

Uploaded by

fahmiameen7460
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like