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