Python Graphs

Python Graphs

Professional Development

9 Qs

quiz-placeholder

Similar activities

Data Analytics Quiz module 6

Data Analytics Quiz module 6

University - Professional Development

10 Qs

Siapa cepat dia dapat

Siapa cepat dia dapat

Professional Development

10 Qs

Data Scientist Track Challenge

Data Scientist Track Challenge

Professional Development

10 Qs

Data Loader vs Import Wizard

Data Loader vs Import Wizard

Professional Development

8 Qs

FinTech 02-3 Python

FinTech 02-3 Python

Professional Development

10 Qs

Merchanting Trade

Merchanting Trade

Professional Development

10 Qs

Introduction to Data Visualization

Introduction to Data Visualization

Professional Development

13 Qs

PENGURUSAN DAN PBB PASM 2023/2024

PENGURUSAN DAN PBB PASM 2023/2024

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