Informatics Practices

PyPlot is an interface of Python's …………… library.

  1. seaborn
  2. plotly
  3. ggplot
  4. matplotlib

PyPlot

1 Like

Answer

matplotlib

Reason — PyPlot is an interface of Python's Matplotlib library that allows users to construct 2D plots easily and interactively.

Answered By

1 Like


Related Questions