install matplotlib python3 code example
Example: install matplotlib pip
// install matplotlib
pip install matplotlib
// using conda
conda install -c conda-forge matplotlib
// install matplotlib
pip install matplotlib
// using conda
conda install -c conda-forge matplotlib