yt.visualization.plot_modifications.ImageLineCallback

class yt.visualization.plot_modifications.ImageLineCallback(p1, p2, data_coords=False, coord_system='axis', plot_args=None)[source]

annotate_image_line(p1, p2, coord_system=”axis”, plot_args=None):

This callback is deprecated, as it is simply a wrapper around the LinePlotCallback (ie annotate_image()). The only difference is that it uses coord_system=”axis” by default. Please see LinePlotCallback for more information.

Methods