Python Graphs

Python Graphs

Professional Development

9 Qs

quiz-placeholder

Similar activities

BERKENALAN YUUU

BERKENALAN YUUU

Professional Development

10 Qs

knife skills seniors

knife skills seniors

Professional Development

10 Qs

Test tuần 52/2024 - AR

Test tuần 52/2024 - AR

Professional Development

10 Qs

SST - SQL ACC

SST - SQL ACC

Professional Development

10 Qs

sample kuis pengenala quizizz

sample kuis pengenala quizizz

10th Grade - Professional Development

10 Qs

Paramount (Jamaica)

Paramount (Jamaica)

Professional Development

10 Qs

QUIZ DAY 1 CORPORATE AFFAIRS SUMMIT 2024

QUIZ DAY 1 CORPORATE AFFAIRS SUMMIT 2024

Professional Development

11 Qs

PySpark Quiz Round

PySpark Quiz Round

Professional Development

11 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