Python Quiz-2.2

Python Quiz-2.2

University

12 Qs

quiz-placeholder

Similar activities

Data Visualization

Data Visualization

10th Grade - University

12 Qs

Data Analytics With Python Quiz

Data Analytics With Python Quiz

University

10 Qs

python

python

University

10 Qs

IDS TAE-III

IDS TAE-III

University

9 Qs

Quiz sobre Matplotlib

Quiz sobre Matplotlib

University

14 Qs

matplotlib

matplotlib

University

10 Qs

Exploring Data Visualization

Exploring Data Visualization

9th Grade - University

10 Qs

Graficas con matlab y pandas

Graficas con matlab y pandas

University

10 Qs

Python Quiz-2.2

Python Quiz-2.2

Assessment

Quiz

Computers

University

Medium

Created by

Rahul Mahato

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To add a title in the chart we use the function?

title("title of the chart")

plt.title("title of the chart")

plt.title(title of the chart)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code should we use to display our graphs?

plt.display()

plt.graph()

plt.show()

plt.chart()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

pyplot is also a python library?

False

True

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This is an example of a ___________.

Scatter Chart

Bar Graph

Line Graph

Pie Chart

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We can use matplotlib without installing the library.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To create a chart, pyplot provides

create()

plot()

chart()

figure()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To display histogram with well-defined edge we can write

df.plot( type = ‘hist’, edge = ‘red’)

df.plot( type = ‘hist’, line = ‘red’)

df.plot( type = ‘hist’, edgecolor = ‘red’)

df.plot(type = ‘hist’, linecolor = ‘red’)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?