Learn Matplotlib - Su T.P

Learn Matplotlib

By Su T.P

  • Release Date: 2020-07-21
  • Genre: Programming

Description

Learn Matplotlib 
Matplotlib Tutorial
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.
This tutorial is designed for those learners who wish to acquire knowledge on the basics of data visualization.
Matplotlib 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.

Comments