IDS TAE-III

IDS TAE-III

University

9 Qs

quiz-placeholder

Similar activities

A1 IIIB - Introducción a Data Science

A1 IIIB - Introducción a Data Science

11th Grade - University

10 Qs

Data Visualization

Data Visualization

10th Grade - University

12 Qs

taQuizz_4

taQuizz_4

University

4 Qs

Python GUI and Data Visualisation Quiz

Python GUI and Data Visualisation Quiz

University

14 Qs

taQuizz_4

taQuizz_4

University

11 Qs

python

python

University

10 Qs

S5 - Sistemas Inteligentes

S5 - Sistemas Inteligentes

University

10 Qs

Exploring Data Visualization

Exploring Data Visualization

9th Grade - University

10 Qs

IDS TAE-III

IDS TAE-III

Assessment

Quiz

Computers

University

Hard

Created by

SHIVANI HARDE

Used 3+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Matplotlib is designed to be as usable as ____.

  1. SciPy

  1. MATLAB

  1. AI

  1. All of the above

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Matplotlib is a ____ library for the Python programming language.

  1. data science

  1. mathematics

  1. numpy

  1. plotting

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the correct import statement to import the matplotlib module?

  1. import matplotlib from mat

  1. import matplotlib

  1. import matplotlib from plotting

  1. import matplotlib from plots

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which function is used to draw points (markers) in a diagram?

  1. write()

  1. draw()

  1. plot()

  1. paint()

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the correct code statement to draw a plot without a line?

  1. plt.plot(xpoints, ypoints)

  1. plt.plot(xpoints, ypoints, 0)

  1. plt.plot(xpoints, ypoints, False)

  1. plt.plot(xpoints, ypoints, 'o')

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which argument keyword can be used to emphasize each point with a specified marker in plotting?

  1. marker_points

  1. marker

  1. ring

  1. types

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which function is used to set a label for the x-axis in pyplot?

  1. xlabel()

  1. set_x()

  1. x-axis()

  1. xaxi()

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which function is used to add grid lines to the plot?

  1. gridlines()

  1. grids()

  1. grid()

  1. gridmarks()

9.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How to print a list of styles available in Matplotlib in order to let you tailor your visualization based on your needs?

  1. print(plt.style)

  1. print(plt.style.available)

  1. print(plt.styles)

  1. print(plt.styles.available)