Informatics Practices

Which library is imported to draw charts in Python ?

  1. csv
  2. matplotlib
  3. numpy
  4. pandas

PyPlot

3 Likes

Answer

matplotlib

Reason — The library imported to draw charts in Python is Matplotlib.

Answered By

1 Like


Related Questions