English 中文(简体)
Matplotlib - Introduction
  • 时间:2024-12-22

Matplotpb - Introduction


Previous Page Next Page  

Matplotpb is one of the most popular Python packages used for data visuapzation. It is a cross-platform pbrary for making 2D plots from data in arrays. Matplotpb is written in Python and makes use of NumPy, the numerical mathematics extension of Python. It provides an object-oriented API that helps in embedding plots in apppcations using Python GUI toolkits such as PyQt, WxPythonotTkinter. It can be used in Python and IPython shells, Jupyter notebook and web apppcation servers also.

Matplotpb has a procedural interface named the Pylab, which is designed to resemble MATLAB, a proprietary programming language developed by MathWorks. Matplotpb along with NumPy can be considered as the open source equivalent of MATLAB.

Matplotpb was originally written by John D. Hunter in 2003. The current stable version is 2.2.0 released in January 2018.

Advertisements