matplotlib plot window won't appear

前端 未结 3 1330
夕颜
夕颜 2020-12-01 18:06

I\'m using Python 2.7.3 in 64-bit. I installed pandas as well as matplotlib 1.1.1, both for 64-bit. Right now, none of my plots are showing. After attempting to plot from se

3条回答
  •  温柔的废话
    2020-12-01 18:58

    Try installing these libraries, it works for me:

    $ sudo apt-get install tcl-dev tk-dev python-tk python3-tk
    

提交回复
热议问题