MatplotlibImageMixin

class glue.viewers.image.viewer.MatplotlibImageMixin[source]

Bases: object

Methods Summary

add_data(self, data)

apply_roi(self, roi[, override_mode])

get_data_layer_artist(self[, layer, layer_state])

get_subset_layer_artist(self[, layer, …])

hide_crosshairs(self)

setup_callbacks(self)

show_crosshairs(self, x, y)

update_viewer_state(rec, context)

update_x_ticklabel(self, \*event)

update_y_ticklabel(self, \*event)

Methods Documentation

add_data(self, data)[source]
apply_roi(self, roi, override_mode=None)[source]
get_data_layer_artist(self, layer=None, layer_state=None)[source]
get_subset_layer_artist(self, layer=None, layer_state=None)[source]
hide_crosshairs(self)[source]
setup_callbacks(self)[source]
show_crosshairs(self, x, y)[source]
static update_viewer_state(rec, context)[source]
update_x_ticklabel(self, *event)[source]
update_y_ticklabel(self, *event)[source]