marcnol / pyHiM

Multiplexed DNA-FISH data analysis pipeline
GNU Lesser General Public License v3.0
4 stars 2 forks source link

GUI not working > mask_manual.py #240

Open olivier469110 opened 7 months ago

olivier469110 commented 7 months ago

I had a problem with the GUI interface when using mask_manual.py. The GUI did not pop up and completely skipped the manual segmentation step.

I manually modified the script (mask_manual.py) by adding the following line :

import matplotlib matplotlib.use('TkAgg')

Now the GUI is working fine