Solveeit Logo

Question

Computer Science Question on Commands and Requests

Which of the following commands is used to install Matplotlib for coding?

A

import plt.matplotlib as plot

B

import plot.matplotlib as pt

C

import matplotlib.plt as plot

D

import matplotlib.pyplot as plt

Answer

import matplotlib.pyplot as plt

Explanation

Solution

The correct option is (D) : import matplotlib.pyplot as plt