Matplotlib
Matplotlib is a Python library to plot graphics. In coding, it usually uses the short name “plt” by convention. Compared to other Python graphics libraries like, it is quite low level. Tutorial Matplotlib Quickstart [online]. Available at: Pyplot tutorial…