how to install the Matplotlib module in python code example
Example 1: matplotlib install
pip install matplotlib
Example 2: ubuntu install matplotlib
sudo apt install python3-matplotlib
pip install matplotlib
sudo apt install python3-matplotlib