yt.visualization.plot_modifications.
ParticleCallback
(width, p_size=1.0, col='k', marker='o', stride=1.0, ptype=None, minimum_mass=None, alpha=1.0)[source]¶Adds particle positions, based on a thick slab along axis with a width along the line of sight. p_size controls the number of pixels per particle, and col governs the color. ptype will restrict plotted particles to only those that are of a given type. Particles with masses below minimum_mass will not be plotted. alpha determines the opacity of the marker symbol used in the scatter plot.
Attributes
Methods