I'm having trouble getting matplotlib plots to appear in front of my other windows - this is apparently a macosx backend problem. However, after making the following changes in ~/.matplotlib/matplotlibrc.py:
#backend : macosx
backend : TkAgg
I run this command in python
import matplotlib
print matplotlib.rcParams['backend']
and it returns:
MacOSX
[Finished in 4.1s]
What's going wrong? Or rather, how do I get plots to appear in front of other windows?
Other information:
osx 10.9 (mavericks) python --version -> Python 2.7.9 :: Anaconda 2.2.0 (x86_64) using sublime text 3, build 3083