yt.visualization.plot_modifications.PointAnnotateCallback

class yt.visualization.plot_modifications.PointAnnotateCallback(pos, text, coord_system='data', text_args=None, inset_box_args=None)[source]

This callback is deprecated, as it is simply a wrapper around the TextLabelCallback (ie annotate_text()). Please see TextLabelCallback for more information.

Methods