install matpotlib code example
Example 1: install matplotlib conda
conda install -c conda-forge matplotlib
Example 2: matplotlib 3.0.3 wheel file
pip install matplotlib==3.0.3
conda install -c conda-forge matplotlib
pip install matplotlib==3.0.3