MatplotlibViewerMixin#

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

Bases: object

Attributes Summary

axes_ratio

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[source]#

Methods Documentation

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

This method must be implemented by subclasses

draw_legend(*args)[source]#
get_handles_legend()[source]#

Collect the handles and labels from each layer artist.

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

Update the legend colors and opacity.

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