Closed mdehollander closed 9 years ago
Ok, just to confirm You're able to make images using the groopm plot but in groopm refine the program doesn't make any images pop up on the screen, it just returns to the menu.
It may be the way your system is set up. To test, please go to this url (http://matplotlib.org/examples/color/colormaps_reference.html) and copy the python source into a file on the machine you're running GroopM on, let's call it test.py.
Then at the command prompt type:
$ python test.py
What happens? It should pop four or five windows onto the screen.
Solved! The problem was that no plot windows are shown within a virtualenv. The solution is to uninstall matplotlib, link the gtk libraries and install again as described here: http://www.stevenmaude.co.uk/2013/09/installing-matplotlib-in-virtualenv.html
I am running GroopM 0.3.4. At the refinement step the plots are not showing on screen as expected. Instead the menu shows again:
When I use the
groopm plot
command a file is written to disk, so that works. Any idea how to find out the problem? Any easy way to debug?Here are my system details
Thanks!