Matplotlib

Matplotlib

University

20 Qs

quiz-placeholder

Similar activities

 Circuit Theory Self Learning Activity 1

Circuit Theory Self Learning Activity 1

University

15 Qs

Hackharbor 3.0 Day 4:Tech

Hackharbor 3.0 Day 4:Tech

University

20 Qs

GENERAL PACKET RADIO SERVICES (GPRS)

GENERAL PACKET RADIO SERVICES (GPRS)

University

15 Qs

Engineering Graphics Unit 1

Engineering Graphics Unit 1

University

15 Qs

Electro 2 PSW 2

Electro 2 PSW 2

University

20 Qs

PEISS

PEISS

University

15 Qs

24EE2081 - Quiz1

24EE2081 - Quiz1

University

15 Qs

Temperature Measurement

Temperature Measurement

University

20 Qs

Matplotlib

Matplotlib

Assessment

Quiz

Engineering

University

Medium

Created by

PRABANAND S C

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct way to plot a line graph?

plot(x, y)

plt.plot(x, y)

plt(x, y)

plot.plt(x, y)

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you set a title for a plot using matplotlib library?

plt.title("Title")

plt.set.title("Title")

plt.Title("Title")

plt.set_title("Title")

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How to create a subplot in a figure with three plots side by side and two rows of subplots?

ax1 = fig.add_subplot(123)

ax1 = fig.add_subplot(231)

ax1 = fig.add_subplot(321)

ax1 = fig.add_subplot(3*2)

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the function for creating a horizontal bar plot?

plt.bar_hor(x, y)

plt.hbar(x, y)

plt.barh(x, y)

plt.bar(x, y)

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the standard way to import matplotlib’s pyplot library in python?

import matplot as plt

import matplotlib.pyplot as plt

from matplotlib import pyplot as plt

import matplotlib pyplot as plt

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the purpose of the subplot() function in Matplotlib?

Set the subplot title

Create multiple plots in one figure

Add subplots to a figure

Adjust subplot spacing

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you customize the color of bars in a bar plot in Matplotlib?

bar_color parameter in bar()

color parameter in bar()

set_color() method

customize_color() method

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?