English 中文(简体)
Matplotlib - Home
  • 时间:2024-10-18
Matplotpb Tutorial

Matplotpb Tutorial

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. 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.

Audience

This tutorial is designed for those learners who wish to acquire knowledge on the basics of data visuapzation.

Prerequisites

Matplotpb is written in Python and makes use of NumPy, the numerical mathematics extension of Python. We assume that the readers of this tutorial have basic knowledge of Python.

Advertisements