0% found this document useful (0 votes)
3 views1 page

Data Visualization Assignment Guide

The document outlines an assignment focused on data visualization tasks. It includes instructions to create a line graph comparing male and female programming language preferences, and a histogram for a set of marks with specified colors. Additional tasks are mentioned but not detailed in the provided text.

Uploaded by

Deep Malaviya
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)
3 views1 page

Data Visualization Assignment Guide

The document outlines an assignment focused on data visualization tasks. It includes instructions to create a line graph comparing male and female programming language preferences, and a histogram for a set of marks with specified colors. Additional tasks are mentioned but not detailed in the provided text.

Uploaded by

Deep Malaviya
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

Assignment
Q.1 Create the line graph for following data.

Language=["C","C++","Java","Python",”C#”,”PHP”]

Male=[67,87,82,95,85,89]

Female=[77,67,62,45,77,80]

Display the graph with appropriate heading, legend and save graph with jpg extension.

Q.2 Create a histogram graph for following data.

marks=[15,15,15,15,15,16,16,17,18,17,18,17,18,18,18,18,19,19,20,20,21,21,21,22,21,22,25,26,26,27,30,31,
32,34,34]

Give edged color as pink and face color yellow.

Q.3

Q.4

You might also like