yt.raven.PlotCollection.set_lim

PlotCollection.set_lim(lim)

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)

Previous topic

yt.raven.PlotCollection.set_cmap

Next topic

yt.raven.PlotCollection.set_width

This Page