yt.raven.PlotCollectionInteractive.set_lim

PlotCollectionInteractive.set_lim(*args, **kwargs)

Set the x- and y-limits of all plots.

set_xlim on all plots is called with the parameters passed to this function, and then set_ylim is called.

Parameters :

lim : tuple of floats

(xmin, xmax, ymin, ymax)

This Page