Python ubuntuにpip3をインストールしてpython3用のmatplotlibをインストール

https://pcl.solima.net/pyblog/archives/57こちらより。
こちらを行ったところ、Python2のmatplotlibがインストールされたので、
sudo apt-get install python-matplotlib

以下を試してみた。
 sudo apt install python-pip python3-pip
 pip3 install matplotlib

コメント

このブログの人気の投稿

Python OpenCVとWebカメラでバーコードリーダー

OpenCV 画像の足し算

OpenCV3とPython3で形状のある物体の輪郭と方向を認識する(主成分分析:PCA、固有ベクトル)