Q. What is pyplot? Is it a Python library?


Answer :-

The pyplot is one of the interfaces of matplotlib library of Python. This interface offers simple MATLAB style functions that can be used for plotting various types of charts using underlying matplotlib library's functionality.

Pyplot is an interface, i.e., a collection of methods for accessing and using underlying functionality of a library, not a library. The matplotlib library has may other interfaces too, along with pyplot interface.

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post