Similar problem to the one reported here. Charles has the same problem with QUIP using his root (Python 2.7) Anaconda environment.
NOTE: Explicitly setting backend to Qt4 instead of GTK on ~/.ginga/general.cfg didn't work for him. Asked him to set the backend to Qt4Agg in ~/.config/matplotlib/matplotlibrc but that didn't work either.
SOLUTION: Need to set export MPLBACKEND="Qt4Agg" in the bash shell that calls QUIP.
Similar problem to the one reported here. Charles has the same problem with QUIP using his
root
(Python 2.7) Anaconda environment.NOTE: Explicitly setting backend to Qt4 instead of GTK on
~/.ginga/general.cfg
didn't work for him. Asked him to set the backend toQt4Agg
in~/.config/matplotlib/matplotlibrc
but that didn't work either.SOLUTION: Need to set
export MPLBACKEND="Qt4Agg"
in the bash shell that calls QUIP.