You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, whenever any aspect of a layer is changed, we remove the graph node from OpenSpace and add a new one (this is done in layer_artist.py). We should make sure that we only add the graph node once and then make updates by setting only the properties that need to be set. This can include:
Changing the data to be shown (e.g. if a subset changes, or the attributes for the RA/Dec change)
Color
Visibility
Transparency
Point size/brightness
The text was updated successfully, but these errors were encountered:
At the moment, whenever any aspect of a layer is changed, we remove the graph node from OpenSpace and add a new one (this is done in
layer_artist.py
). We should make sure that we only add the graph node once and then make updates by setting only the properties that need to be set. This can include:The text was updated successfully, but these errors were encountered: