BhallaLab / MouseBehaviour

Arduino and PointGrey camera based behaviour setup.
https://mousebehaviour.readthedocs.io/en/latest/
GNU General Public License v3.0
2 stars 5 forks source link

_tkinter.TclError in mouse analysis #13

Closed hrishi16 closed 7 years ago

hrishi16 commented 7 years ago

screenshot from 2017-09-22 03-24-55

I tried looking up the problem; 2 options were 1)to add '' matplotlib.use('Agg')" right after import and before use 2)to change "backend :agg" in matplotlibrc file

Help needed!

dilawar commented 7 years ago

Did you use -X or -Y switch before ssh.

$ ssh -X hrishikesh@172.16.y.z

without -X or -Y, graphics won't work. Reopen the issue if this does not fix the issue.