matplotlib linu code example
Example 1: install matplotlib conda
conda install -c conda-forge matplotlib
Example 2: python install matplotlib
pip install matplotlib
conda install -c conda-forge matplotlib
pip install matplotlib