A

Admin • 831.35K Points
Coach

Q. Which of the following is required to use Matplotlib in a Python script?

  • (A) import numpy as np
  • (B) import pandas as pd
  • (C) import matplotlib.pyplot as plt
  • (D) import matplotlib as plt
  • Correct Answer - Option(C)
  • Views: 16
  • Filed under category Matplot Lib
  • Hashtags:

Explanation by: Admin
To use Matplotlib's plotting functions, you typically import pyplot as plt.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.