beiko-lab / gengis

GenGIS (pronounced 'Genghis' like Genghis Khan) is a bioinformatics application that allows users to combine digital map data with information about biological sequences collected from the environment. GenGIS provides a 3D graphical interface in which the user can navigate and explore the data, as well as a Python interface that allows easy scripting of statistical analyses using the Rpy libraries.
GNU General Public License v3.0
27 stars 13 forks source link

Plugin graphics not removable after saved session. #21

Open mlangill opened 11 years ago

mlangill commented 11 years ago

If a plugin (e.g. Linear Regression or RCA) creates visualizations such as bar plots on the GenGIS map, and the user saves a session before closing the plugin window, then loads from that session later there will be bar plots that can not be removed (opening and closing the plugin window does not help).

In fact even removing and re-adding the map will still show the graphics, which means the session is ruined and a new session must be used.

rbeiko commented 11 years ago

Tentatively putting this in 2.2. Maybe Morgan can give Timothy a short demonstration of the problem?