You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print ('This image can be described as a bar chart which represents data with rectangular bars with heights proportional to the values that they represent.')
96
+
elif(cla[0] ==2):
97
+
print ('This image is a graph of a function. It has x and y axes with curves and lines depicting a function.')
98
+
elif(cla[0] ==3):
99
+
print ('This image has a geometrical figure.')
100
+
elif(cla[0] ==4):
101
+
print ('This image is a line graph in which information is displayed as a series of data points connected by straight line segments.')
102
+
elif(cla[0] ==5):
103
+
print ('This image is a mapping of function which shows the relations of inputs and output in form of ordered pair. ')
104
+
elif(cla[0] ==6):
105
+
print ('This image doesnot belong to any mathematical representation or figures.')
106
+
elif(cla[0] ==7):
107
+
print ('This image is a pie chart, a circle which is divided into sectors that each represent a proportion of the whole.')
108
+
elif(cla[0] ==8):
109
+
print ('This image is a graph with x and y axes where points are plotted and drawn.')
110
+
elif(cla[0] ==0):
111
+
print ('This image is a venn diagram in which logical sets represented as circles or closed curves within an enclosing rectangle,the universal set.')
print ('This image can be described as a bar chart which represents data with rectangular bars with heights proportional to the values that they represent.')
20
+
elif(cla[0] ==2):
21
+
print ('This image is a graph of a function. It has x and y axes with curves and lines depicting a function.')
22
+
elif(cla[0] ==3):
23
+
print ('This image has a geometrical figure.')
24
+
elif(cla[0] ==4):
25
+
print ('This image is a line graph in which information is displayed as a series of data points connected by straight line segments.')
26
+
elif(cla[0] ==5):
27
+
print ('This image is a mapping of function which shows the relations of inputs and output in form of ordered pair. ')
28
+
elif(cla[0] ==6):
29
+
print ('This image doesnot belong to any mathematical representation or figures.')
30
+
elif(cla[0] ==7):
31
+
print ('This image is a pie chart, a circle which is divided into sectors that each represent a proportion of the whole.')
32
+
elif(cla[0] ==8):
33
+
print ('This image is a graph with x and y axes where points are plotted and drawn.')
34
+
elif(cla[0] ==0):
35
+
print ('This image is a venn diagram in which logical sets represented as circles or closed curves within an enclosing rectangle,the universal set.')
0 commit comments