8.1.1.Introduction to Data Visualization - sj50179/IBM-Data-Science-Professional-Certificate GitHub Wiki

Introduction to Data Visualization Tools

LATEST SUBMISSION GRADE 100%

Question 1

Matplotlib was created by John Hunter, an American neurobiologist, and was originally developed as an EEG/ECoG visualization tool.

  • True.
  • False.

Correct

Question 2

Using the inline backend, you can modify a figure after it is rendered.

  • True.
  • False.

Correct. You CANNOT modify a figure after it is rendered using the inline backend.

Question 3

%matplotlib inline is an example of Matplotlib magic functions.

  • True.
  • False.

Correct. A sign of a magic function is that it starts with a "%matplotlib" and inline is a Matplotlib backend.