Computer Science, asked by Anonymous, 9 months ago

Which python package is used for 2D graphics? 1) matplotlib.pyplot 2)matplotlib.pip 3)matplotlib.numpy 4)matplotlib.plt

Answers

Answered by petlurisudhakar
6

Answer:

(1) matplotlib.pyplot

MARK ME AS BRAINLIST AND FOLLOW ME

Answered by Agastya0606
0

The correct answer is option (a) matplotlib.pyplot.

  • Pyplot is an API (Application Programming Interface) for Python matplotlib that effectively makes matplotlib an open source for MATLAB.
  • Matplotlib is a data viewing library, usually in the form of episodes, graphs, and charts.
  • The pyplot is the main horse of the matplotlib library. Thanks to the pyplot you can create a mathematical canvas, different types of structures, and transform and decorate them. The pyplot provides a Matlab method of scheduling. That is, the editing functions you call a pyplot will be increasingly used in the same structure that is currently in use (small episode).
Similar questions