Python Graphs

Python Graphs

Professional Development

9 Qs

quiz-placeholder

Similar activities

P82 Invention and Robotic Club 06/20

P82 Invention and Robotic Club 06/20

KG - Professional Development

10 Qs

Quiz tentang Aceh Tamiang

Quiz tentang Aceh Tamiang

Professional Development

10 Qs

Quiz Kelompok 7

Quiz Kelompok 7

KG - Professional Development

10 Qs

Data Analytics Quiz module 6

Data Analytics Quiz module 6

University - Professional Development

10 Qs

Integrasi Layanan Primer

Integrasi Layanan Primer

Professional Development

10 Qs

Data Loader vs Import Wizard

Data Loader vs Import Wizard

Professional Development

8 Qs

prueba 1 generalidades

prueba 1 generalidades

Professional Development

10 Qs

Net Zero Scope 1 y 2 Part 1

Net Zero Scope 1 y 2 Part 1

Professional Development

14 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