MatplotlibViewerMixin#

class glue.viewers.matplotlib.viewer.MatplotlibViewerMixin#

Bases: object

Attributes Summary

Methods Summary

apply_roi(roi[, override_mode])

This method must be implemented by subclasses

draw_legend(*args)

get_handles_legend()

Collect the handles and labels from each layer artist.

get_layer_artist(cls[, layer, layer_state])

limits_from_mpl(*args, **kwargs)

limits_to_mpl(*args)

redraw()

setup_callbacks()

update_legend(*args)

Update the legend colors and opacity.

update_x_axislabel(*event)

update_x_log(*args)

update_x_ticklabel(*event)

update_y_axislabel(*event)

update_y_log(*args)

update_y_ticklabel(*event)

Attributes Documentation

axes_ratio#

Methods Documentation

apply_roi(roi, override_mode=None)#

This method must be implemented by subclasses

draw_legend(*args)#
get_handles_legend()#

Collect the handles and labels from each layer artist.

get_layer_artist(cls, layer=None, layer_state=None)#
limits_from_mpl(*args, **kwargs)#
limits_to_mpl(*args)#
redraw()#
setup_callbacks()#
update_legend(*args)#

Update the legend colors and opacity.

update_x_axislabel(*event)#
update_x_log(*args)#
update_x_ticklabel(*event)#
update_y_axislabel(*event)#
update_y_log(*args)#
update_y_ticklabel(*event)#