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
To solve this:
Use conda install python.app to install pythonw.
conda install python.app
pythonw
Then use pythonw instead of python in your terminal.
python
E.g.
pythonw my_plot.py
Hope this helps