Python Graphs

Python Graphs

Professional Development

9 Qs

quiz-placeholder

Similar activities

PRE TEST INCOTERMS

PRE TEST INCOTERMS

Professional Development

8 Qs

Test tuần 22+23/2025 - AR

Test tuần 22+23/2025 - AR

Professional Development

10 Qs

ADX 201 - 1

ADX 201 - 1

Professional Development

10 Qs

Quiziz E Kinerja PMM

Quiziz E Kinerja PMM

Professional Development

10 Qs

Post Test_Bengkel Quizziz GC KP Sains SJKC

Post Test_Bengkel Quizziz GC KP Sains SJKC

Professional Development

10 Qs

Quiz Kelompok 7

Quiz Kelompok 7

KG - Professional Development

10 Qs

Test tuần 24+25/2025 - AR

Test tuần 24+25/2025 - AR

Professional Development

10 Qs

Test tuần 11/2025 - AR

Test tuần 11/2025 - AR

Professional Development

10 Qs

Python Graphs

Python Graphs

Assessment

Quiz

Other

Professional Development

Easy

Created by

A D

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Matplotlib is a ____ library for the Python programming language.

data science

mathematics

numpy

plotting

2.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

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


import matplotlib from mat

import matplotlib from plots


import matplotlib from plotting


from mat import matplotlib

3.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Which is the correct import statement to import pyplot?


from matplotlib import pyplot as plt

import matplotlib.pyplot

 import matplotlib.pyplot as plt

from matplotlib import pyplot

4.

MULTIPLE CHOICE QUESTION

20 sec • 14 pts

autopct='%5if%%' was shown in the code of which of these graphs

bar graph

pie chart

3D graph

Histogram

5.

MULTIPLE CHOICE QUESTION

5 sec • 14 pts

Media Image

what does alpha refer to

size

transparency

shape

colour

6.

MULTIPLE CHOICE QUESTION

10 sec • 14 pts

h marker refers to

hexagon

heptagon

highlight

helical

7.

MULTIPLE CHOICE QUESTION

10 sec • 11 pts

viridis refers to?

it's a colour

It's a colour map

size type

none of the above

8.

MULTIPLE CHOICE QUESTION

5 sec • 14 pts

To display Display color intensity scale

plt.colorbar(label='Color Intensity')

plt.color(label='Color Intensity')

plt.colorbar(label='Color-Intensity')

plt.(label='Color Intensity')

9.

MULTIPLE SELECT QUESTION

10 sec • 12 pts

Through which platform/s can we plot graphs in python

Google collab

Jupyter notebook

Jupyterlab

spyder