how to import matplotlib in python

后端 未结 4 1449
一向
一向 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:46

    If you use windows, Open the command prompt and type

    python -m pip install matplotlib

    For linux users , type this

    sudo apt-get install python-matplotlib

提交回复
热议问题