IDS TAE-III

IDS TAE-III

University

9 Qs

quiz-placeholder

Similar activities

matplotlib

matplotlib

University

10 Qs

Python Revision

Python Revision

University

10 Qs

Python Probstat B

Python Probstat B

12th Grade - University

7 Qs

Graficas con matlab y pandas

Graficas con matlab y pandas

University

10 Qs

Reshaping & vStack&hstack( )

Reshaping & vStack&hstack( )

9th Grade - University

10 Qs

Data Analytics With Python Quiz

Data Analytics With Python Quiz

University

10 Qs

Quiz sobre Matplotlib

Quiz sobre Matplotlib

University

14 Qs

taQuizz_2

taQuizz_2

University

4 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)