Matplotlib

Usage Guide - Matplotlib 3.4.3 documentation
Matplotlib graphs your data on s (i.e., windows, Jupyter widgets, etc.), each of which can contain one or more (i.e., an area where points can be specified in terms of x-y coordinates, or theta-r in a polar plot, or x-y-z in a 3D plot, etc.).
https://matplotlib.org/stable/tutorials/introductory/usage.html
Pyplot tutorial - Matplotlib 3.4.3 documentation
An introduction to the pyplot interface. is a collection of functions that make matplotlib work like MATLAB. Each function makes some change to a figure: e.g., creates a figure, creates a plotting area in a figure, plots some lines in a plotting area, decorates the plot with labels, etc.
https://matplotlib.org/stable/tutorials/introductory/pyplot.html

Syntax