0% found this document useful (0 votes)
10 views6 pages

Sidhi Ip Practical Graphs-1

Uploaded by

sidhiagarwal1201
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)
10 views6 pages

Sidhi Ip Practical Graphs-1

Uploaded by

sidhiagarwal1201
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
You are on page 1/ 6

N.S.

PUBLIC SCHOOL, NOIDA

PRACTICAL FILE

ON

PYTHON AND MYSQL

CLASS XII AISSCE PRACTICAL EXAMINATION for SESSION 2024-25

As a part of the INFORMATICS PRACTICES (065)

SUBMITTED BY:

CBSE ROLL NO :

NAME : Sidhi Agarwal

CLASS : XII
PROGRAM 17
WAP to create a bar chart from numpy, analyse and plot appropriate charts with title and
legend ().

CODE

OUTPUT

27
PROGRAM 18
WAP to Create Bar chart from the given data of Dataframe:

CODE

OUTPUT

28
PROGRAM 19
WAP to create multi line chart on common plot where three data range plotted on same
chart. The data range(s) to be plotted are:
data=[[5,25,45,20],[8,1,29,27],[9,29,27,39]]

CODE

OUTPUT

29
PROGRAM 20
WAP to create a histogram for following:
A survey gathers heights and weight of 50 participates and recorded the participants age as:-
Ages=[40,56,46,58,79,70,67,46,32,91,92,93,47,95,69,69,56,50,30,9,29,29,0,31,21,14,18,16,1
8,76,68,69,78,81,71,91,71,01,69,78,77,54,59,59,41,51,48,49,76,10]

CODE

OUTPUT

30
PROGRAM 21
Write a python program to plot a histogram for the following given data:

Ranges WEIGHTS Cumulative


10-15 20 20
15-20 25 45
20-25 30 75
25-30 15 90
30-35 10 100
35-40 05 105

CODE

OUTPUT

31

You might also like