how to import matplotlib in python

后端 未结 4 1447
一向
一向 2021-02-19 06:19

I am new to python and I am working on a graph problem and I want to draw this graph to have a better understanding of it. I learnt that matplotlib module is supposed to be imp

4条回答
  •  无人及你
    2021-02-19 06:47

    I had the same problem solved - not only for this package - using instead of pip install :

    sudo apt-get install python-matplotlib
    

提交回复
热议问题