Python ubuntuにpip3をインストールしてpython3用のmatplotlibをインストール
https://pcl.solima.net/pyblog/archives/57こちらより。
こちらを行ったところ、Python2のmatplotlibがインストールされたので、
以下を試してみた。
こちらを行ったところ、Python2のmatplotlibがインストールされたので、
sudo apt-get install python-matplotlib
以下を試してみた。
sudo apt install python-pip python3-pip pip3 install matplotlib
コメント
コメントを投稿