yt.raven.PlotCollectionInteractive.set_xlim

PlotCollectionInteractive.set_xlim(*args, **kwargs)

Set the x-limits of all plots.

set_xlim on all plots is called with the parameters passed to this function.

Parameters :

xmin : float

The left boundary for the x axis.

xmax : float

The right boundary for the x axis.

This Page