Matplotlib 简明教程

Discuss Matplotlib

Matplotlib 是用于数据可视化的最流行的 Python 包之一。这是一个跨平台库,用于根据数组中的数据绘制二维绘图。它提供了一个面向对象的 API,有助于使用 Python GUI 工具包(例如 PyQt、WxPython 或 Tkinter)将绘图嵌入到应用程序中。它也可以用于 Python 和 IPython 外壳、Jupyter 笔记本和 Web 应用程序服务器。

Matplotlib is one of the most popular Python packages used for data visualization. It is a cross-platform library for making 2D plots from data in arrays. It provides an object-oriented API that helps in embedding plots in applications using Python GUI toolkits such as PyQt, WxPythonotTkinter. It can be used in Python and IPython shells, Jupyter notebook and web application servers also.