See also Plot Modification Mechanisms.
ArrowCallback(pos, code_size[, plot_args]) | This adds an arrow pointing at pos with size code_size in code units. |
ClumpContourCallback(clumps[, plot_args]) | Take a list of clumps and plot them as a set of contours. |
ContourCallback(field[, ncont, factor, ...]) | Add contours in field to the plot. |
CoordAxesCallback([unit, coords]) | Creates x and y axes for a VMPlot. In the future, it will |
CuttingQuiverCallback(field_x, field_y, factor) | Get a quiver plot on top of a cutting plane, using field_x and field_y, skipping every factor datapoint in the discretization. |
GridBoundaryCallback([alpha, min_pix, ...]) | Adds grid boundaries to a plot, optionally with alpha-blending. |
HopCircleCallback(hop_output[, max_number, ...]) | Accepts a yt.lagos.HopList hop_output and plots up to |
HopParticleCallback(hop_output[, p_size, ...]) | Adds particle positions for the members of each halo as identified |
LabelCallback(label) | This adds a label to the plot. |
LinePlotCallback(x, y[, plot_args]) | Over plot x and y with plot_args fed into the plot. |
MarkerAnnotateCallback(pos[, marker, plot_args]) | Adds text marker at pos in code-arguments. |
ParticleCallback(width[, p_size, col, ...]) | Adds particle positions, based on a thick slab along axis with a width along the line of sight. |
PlotCallback(*args, **kwargs) | |
PointAnnotateCallback(pos, text[, text_args]) | This adds text at position pos, where pos is in code-space. |
QuiverCallback(field_x, field_y, factor) | Adds a ‘quiver’ plot to any plot, using the field_x and field_y from the associated data, skipping every factor datapoints. |
SphereCallback(center, radius[, ...]) | A sphere centered at center in code units with radius radius in code units will be created, with optional circle_args, text, and text_args. |
TextLabelCallback(pos, text[, text_args]) | Accepts a position in (0..1, 0..1) of the image, some text and optionally some text arguments. |
TitleCallback([title]) | Accepts a title and adds it to the plot .. |
UnitBoundaryCallback([unit, factor, ...]) | Add on a plot indicating where factor*s of *unit are shown. |
VelocityCallback([factor]) | Adds a ‘quiver’ plot of velocity to the plot, skipping all but every factor datapoint .. |
VobozCircleCallback(voboz_output[, ...]) |