yt.raven.Callbacks.ContourCallback

class yt.raven.Callbacks.ContourCallback(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.

Methods

convert_to_pixels(plot, coord[, offset])

Previous topic

yt.raven.Callbacks.ClumpContourCallback.convert_to_pixels

Next topic

yt.raven.Callbacks.ContourCallback.convert_to_pixels

This Page