yt.raven.Callbacks.ContourCallback.__init__

ContourCallback.__init__(field, ncont=5, factor=4, take_log=False, clim=None, plot_args=None)

Add contours in field to the plot. ncont governs the number of contours generated, factor governs the number of points used in the interpolation, take_log governs how it is contoured and clim gives the (upper, lower) limits for contouring.

This Page