MatplotlibViewerMixin

class glue.viewers.matplotlib.viewer.MatplotlibViewerMixin[source]

Bases: object

Attributes Summary

axes_ratio

Methods Summary

apply_roi(self, roi[, override_mode])

This method must be implemented by subclasses

get_layer_artist(self, cls[, layer, layer_state])

limits_from_mpl(self, \*args, \*\*kwargs)

limits_to_mpl(self, \*args)

redraw(self)

setup_callbacks(self)

update_x_axislabel(self, \*event)

update_x_log(self, \*args)

update_x_ticklabel(self, \*event)

update_y_axislabel(self, \*event)

update_y_log(self, \*args)

update_y_ticklabel(self, \*event)

Attributes Documentation

axes_ratio[source]

Methods Documentation

apply_roi(self, roi, override_mode=None)[source]

This method must be implemented by subclasses

get_layer_artist(self, cls, layer=None, layer_state=None)[source]
limits_from_mpl(self, *args, **kwargs)[source]
limits_to_mpl(self, *args)[source]
redraw(self)[source]
setup_callbacks(self)[source]
update_x_axislabel(self, *event)[source]
update_x_log(self, *args)[source]
update_x_ticklabel(self, *event)[source]
update_y_axislabel(self, *event)[source]
update_y_log(self, *args)[source]
update_y_ticklabel(self, *event)[source]