KnowledgeBoat Logo
|
LoginJOIN NOW

Informatics Practices

Which Python package is used for 2D graphics?

  1. matplotlib.pyplot
  2. matplotlib.pip
  3. matplotlib.numpy
  4. matplotlib.plt

PyPlot

1 Like

Answer

matplotlib.pyplot

Reason — A Python package matplotlib.pyplot is used for creating 2D graphics, including plots, charts, and graphs.

Answered By

1 Like


Related Questions