Python Charts - Line chart

Python Charts - Line chart

12th Grade

8 Qs

quiz-placeholder

Similar activities

Test-4 Informatika 12

Test-4 Informatika 12

12th Grade

13 Qs

Django Start

Django Start

12th Grade

10 Qs

Pythoon 3 AISC Oushneek Nath

Pythoon 3 AISC Oushneek Nath

9th - 12th Grade

5 Qs

Data visualization

Data visualization

10th Grade - University

12 Qs

PYPLOT

PYPLOT

12th Grade

10 Qs

Python plot

Python plot

12th Grade

12 Qs

BAR_CHART

BAR_CHART

12th Grade

10 Qs

М1У2 Python Start

М1У2 Python Start

3rd Grade - University

5 Qs

Python Charts - Line chart

Python Charts - Line chart

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Aswathy Krishnakumar

Used 56+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which library is used for the data visualisation in Python?

pandas

matplotlib

random

statistics

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

pyplot interface of matplotlib library is used to create ............... charts.

3 D

2 D

1 D

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Among the following which chart type is used to visualize a trend in data over intervals of time.

Histogram

Bar chart

Pie chart

Line chart

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The function used to display a chart is ..............

print()

display()

show()

output()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to create a line chart?

create()

plot()

draw()

paint()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is the correct syntax to import the library for the data visualisation?

import matplotlib

import matplotlib as pyplot

import pyplot

import matplotlib.pyplot as plt

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

pyplot interface implicitely and automatically creates figures and axes to achieve the desired result.

False

True

8.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which one is the correct syntax for installing matplotlib library?

pip install matplotlib

install pip matplotlib

python –m pip install –U matplotlib

install matplotlib pip

Discover more resources for Computers