Why doesn't the save button work on a matplotlib plot?

前端 未结 4 935
野性不改
野性不改 2020-12-09 05:18

I have matplotlib 1.0.0 installed in a Python 2.7 virtualenv on Mac OS X 10.6. I can create plots fine. However, whenever I press the Save button, I can\'t type tex

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-09 06:14

    To solve this:

    Use conda install python.app to install pythonw.

    Then use pythonw instead of python in your terminal.

    E.g.

    pythonw my_plot.py
    

    Hope this helps

提交回复
热议问题