BaseViewer¶
-
class
glue.viewers.common.viewer.BaseViewer(session)[source]¶ Bases:
glue.core.hub.HubListenerThe base class for all viewers.
Attributes Summary
Methods Summary
add_data(self, data)add_layer(self, layer)add_subset(self, subset)apply_subset_state(self, subset_state[, …])register_to_hub(self, hub)remove_layer(self, layer)request_add_layer(self, layer)Issue a command to add a layer
Attributes Documentation
-
LABEL= 'Override this'¶
Methods Documentation
-