yt.raven.Callbacks.GridBoundaryCallback.__init__

GridBoundaryCallback.__init__(alpha=1.0, min_pix=1, annotate=False, periodic=True)

Adds grid boundaries to a plot, optionally with alpha-blending. Cuttoff for display is at min_pix wide. annotate puts the grid id in the corner of the grid. (Not so great in projections...)

This Page