KnowledgeBoat Logo
LoginJOIN NOW

Informatics Practices

For 2D plotting using a Python library, which library interface is often used ?

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

PyPlot

3 Likes

Answer

matplotlib.pyplot

Reason — The matplotlib.pyplot interface is commonly used for 2D plotting in Python using the Matplotlib library.

Answered By

2 Likes


Related Questions